From 07bbe7d263a1c74c48b3a5c7d222acf28de07b1f 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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 ba0e00019..1e80f4dfc 100644 --- a/resources/views/components/navbar.blade.php +++ b/resources/views/components/navbar.blade.php @@ -77,9 +77,9 @@ } } }"> -
+
{{-- MapleDeploy branding --}} -
+