Site/style.css
2024-10-29 14:49:35 +01:00

17 lines
179 B
CSS

@import "fonts/mononoki/mononoki.css";
html {
color-scheme: light dark;
width: 100%;
min-width: 320px;
}
body {
margin: 0;
padding: 8px;
}
* {
font-family: 'mononoki';
}