This commit is contained in:
2025-08-28 15:19:00 +02:00
parent c797096a5c
commit 4be4359fdd
11 changed files with 26 additions and 40 deletions

View File

@@ -84,7 +84,7 @@ export function Header() {
const isStoryPage = pathname === '/story'
const headerClasses = clsx(
'bg-bg-sand',
'bg-darksand',
{
'fixed top-0 left-0 right-0 z-50': isStoryPage,
}