wah.moe/public/css/minimal.css
2023-07-16 01:47:36 +01:00

11 lines
157 B
CSS

html {
color-scheme: dark;
}
body {
font-family: sans-serif;
margin: 0px;
margin-left: 10px;
color: #ddd;
background-color: #333;
}