aboutsummaryrefslogtreecommitdiff
path: root/static/dark.css
blob: f53d8027e2e5a31efa09076ee95e41f57cc62296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
main {
    background-color: black;
    color: white;
}

main a {
    color: lightblue;
}

main .day {
    border-color: white;
}