update: header color and size logo

This commit is contained in:
Wikzyy
2025-02-20 21:51:48 +07:00
parent 63c7142fce
commit 5b8ba07391
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ const Header = () => {
return (
<header
className={clsx(
'flex items-center transition-[height] shrink-0 h-[--tw-header-height] bg-[length:600px] bg-no-repeat',
'flex items-center transition-[height] shrink-0 h-[--tw-header-height] bg-[length:600px] bg-no-repeat bg-red-600',
headerSticky &&
'transition-[height] fixed z-10 top-0 left-0 right-0 shadow-sm backdrop-blur-md bg-white/70 dark:bg-coal-500/70 dark:border-b dark:border-b-coal-100'
)}