aboutsummaryrefslogtreecommitdiff
path: root/public/css/minimal.css
blob: d81245c70dd208b002d14ec2d753389452d80d6a (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: 0px;
    margin-left: 10px;
    color: #ddd;
    background-color: #333;
}

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