fix(site): apply body background color

For the browsers who depend on body background color for overflow styling whoops
This commit is contained in:
Darius Cepulis
2025-10-31 14:38:51 -05:00
parent 52b522da29
commit a4c2a375f6
+2 -1
View File
@@ -80,7 +80,8 @@ const fullTitle = Array.isArray(title)
<body
class:list={[
'relative',
'font-sans antialiased text-pretty text-base text-dark-100 dark:text-light-100',
'font-sans antialiased text-pretty text-base',
'bg-light-80 dark:bg-dark-100 text-dark-100 dark:text-light-100',
'min-w-80',
'[--nav-h:calc(var(--spacing)*13)] sm:[--nav-h:calc(var(--spacing)*14)]',
'selection:bg-yellow selection:text-dark-100',