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.
This commit is contained in:
parent
16586d70b1
commit
867f2f4fd2
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
<div class="flex pt-4 pb-4 pl-2 items-start gap-2 motion-safe:transition-all motion-safe:duration-200 motion-safe:ease-out motion-reduce:transition-none"
|
||||
:class="collapsed ? 'lg:flex-col lg:items-center lg:pl-0 lg:gap-3 lg:pt-7' : 'lg:pt-6'">
|
||||
{{-- MapleDeploy branding --}}
|
||||
<div class="flex flex-col w-full" :class="collapsed && 'lg:hidden'">
|
||||
<div class="flex flex-col min-w-0 flex-1" :class="collapsed && 'lg:hidden'">
|
||||
<a href="/" {{ wireNavigate() }} class="hover:opacity-80 transition-opacity">
|
||||
<img src="https://mapledeploy.ca/api/logo/lockup?height=40" alt="MapleDeploy" class="max-h-6 w-auto max-w-full dark:hidden" />
|
||||
<img src="https://mapledeploy.ca/api/logo/lockup?height=40&dark=true" alt="MapleDeploy" class="hidden max-h-6 w-auto max-w-full dark:block" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue