summaryrefslogtreecommitdiff
path: root/public/css/minimal.css
blob: d70d9d673cfba156e1619fb51d119fe89e6ddde0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
html {
    color-scheme: dark;
}

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

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