style: add subtle bottom separator line to the header
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<header
|
||||
class="sticky top-0 z-40 w-full transition-all duration-500 ease-in-out border-b border-transparent"
|
||||
:class="isSticky ? 'bg-[var(--bg-primary)]/80 backdrop-blur-md py-2 shadow-lg border-[var(--bg-tertiary)]' : 'bg-[var(--bg-primary)] py-5 shadow-none'">
|
||||
class="sticky top-0 z-40 w-full transition-all duration-500 ease-in-out border-b"
|
||||
:class="isSticky ? 'bg-[var(--bg-primary)]/80 backdrop-blur-md py-2 shadow-lg border-[var(--bg-tertiary)]' : 'bg-[var(--bg-primary)] py-5 border-[var(--bg-tertiary)]/30 shadow-none'">
|
||||
<div class="container mx-auto flex items-center justify-between transition-all duration-500 ease-in-out px-5">
|
||||
<a href="{{@site.url}}" class="flex title-font font-medium items-center text-[var(--text-primary)]" @click.stop>
|
||||
{{#if @site.logo}}
|
||||
|
||||
Reference in New Issue
Block a user