Remove css class 'bg-page' to allow blur/transparency on desktop

This commit is contained in:
prototypa
2023-08-22 22:22:13 -04:00
parent a159b13125
commit 9d23150832

View File

@ -53,7 +53,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`
<header <header
class:list={[ class:list={[
{ sticky: isSticky, relative: !isSticky, dark: isDark }, { sticky: isSticky, relative: !isSticky, dark: isDark },
"top-0 z-40 flex-none mx-auto w-full border-b border-gray-50/0 transition-[opacity] ease-in-out bg-page", "top-0 z-40 flex-none mx-auto w-full border-b border-gray-50/0 transition-[opacity] ease-in-out",
]} ]}
{...id ? { id } : {}} {...id ? { id } : {}}
> >