This commit is contained in:
2025-08-27 18:29:31 +02:00
parent d27a38fe4c
commit 16ee1dc77b
2 changed files with 9 additions and 19 deletions

View File

@@ -87,7 +87,7 @@ export function Header() {
const headerClasses = clsx(
{
'bg-transparent': isHomepage,
'bg-[#492b06]': !isHomepage && !isStoryPage,
'bg-[#1e0f01]': !isHomepage && !isStoryPage,
'bg-transparent backdrop-blur-sm': isStoryPage,
'fixed top-0 left-0 right-0 z-50': isStoryPage,
}