aboutsummaryrefslogtreecommitdiff
path: root/public/css/minimal.css
blob: 33620572ee13e558f9956d970a51f1331954f3d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
html {
    color-scheme: dark;
}

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