mirror of
https://github.com/zoriya/v10.git
synced 2026-08-06 06:07:56 +00:00
fix(site): apply body background color
For the browsers who depend on body background color for overflow styling whoops
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user