refactor: update site metadata structure
This commit is contained in:
parent
71d1df3bd7
commit
931bf7277c
15 changed files with 123 additions and 114 deletions
|
@ -39,7 +39,7 @@
|
|||
@font-face {
|
||||
font-family: 'Geist';
|
||||
src: url('/fonts/GeistVF.woff2') format('woff2-variations');
|
||||
font-weight: 100 500;
|
||||
font-weight: 100 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
@ -47,7 +47,7 @@
|
|||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('/fonts/GeistMonoVF.woff2') format('woff2-variations');
|
||||
font-weight: 100 600;
|
||||
font-weight: 100 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
@ -94,11 +94,10 @@
|
|||
}
|
||||
|
||||
html {
|
||||
color-scheme: light;
|
||||
@apply bg-background text-foreground;
|
||||
@apply bg-background text-foreground scheme-light;
|
||||
|
||||
&.dark {
|
||||
color-scheme: dark;
|
||||
@apply scheme-dark;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue