wah.moe/public/css/minimal.css

12 lines
157 B
CSS
Raw Normal View History

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