Install sass
This commit is contained in:
21
styles/globals.scss
Normal file
21
styles/globals.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
html,
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: 'Quicksand';
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Quicksand';
|
||||
src: url('/Quicksand-VariableFont_wght.ttf');
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
color-scheme: dark;
|
||||
}
|
||||
body {
|
||||
color: white;
|
||||
background: black;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user