From 867f2f4fd2cc0a6693ab980e94e61b3c35fc2cc3 Mon Sep 17 00:00:00 2001 From: rosslh Date: Tue, 17 Feb 2026 14:57:52 -0800 Subject: [PATCH] style(branding): add header logo gap and use stone-900 background Add 4px gap between logo and header elements with flex-shrink support. Change base background from near-black (#0c0a09) to stone-900 (#1c1917) to match the marketing site's darkest dark-mode color. --- resources/css/app.css | 2 +- resources/views/components/navbar.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index 2db93fb16..3b54221fa 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -20,7 +20,7 @@ @theme { --font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; --font-logs: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; - --color-base: #0c0a09; + --color-base: #1c1917; --color-warning: #fcd452; --color-warning-50: #fefce8; --color-warning-100: #fef9c3; diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php index 6c8fd974a..1fb9ca04b 100644 --- a/resources/views/components/navbar.blade.php +++ b/resources/views/components/navbar.blade.php @@ -95,7 +95,7 @@
{{-- MapleDeploy branding --}} -
+