Responsive styling

This commit is contained in:
2022-11-12 17:21:53 +02:00
parent 88df9ee947
commit 3a9d767f14
3 changed files with 36 additions and 16 deletions

View File

@@ -5,19 +5,10 @@ body {
font-family: 'Quicksand';
letter-spacing: 0.8px;
scroll-behavior: smooth;
text-align: center;
}
@font-face {
font-family: 'Quicksand';
src: url('/Quicksand-VariableFont_wght.ttf');
}
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
body {
color: black;
background: white;
}
}