Site/style.css
2024-10-29 09:42:16 +01:00

21 lines
206 B
CSS

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