summaryrefslogtreecommitdiff
path: root/public/css/minimal.css
blob: 93d31f195bfeea09d71738180d9e459ca99ef339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
html {
    color-scheme: dark;
}

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

table.gb-entry_details tr td {
    padding-right: 5px;
}

* { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
html { color-scheme: dark; }
body { color: #cad3f5; background-color: #181926; }
h1, h2, ul, p { margin: 0; }
h1 { font-weight: normal; }
ul { padding: 5px 30px; }
a { color: #8aadf4; text-decoration: none; }
a:hover { text-decoration: underline; }
code { font-family: monospace; font-size: 24px; }