summaryrefslogtreecommitdiff
path: root/stylesheets/dark.css
blob: 1cddba104d96b9e2278de863c498a3ea8f1092bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body {
    background-color: black;
    color: white;
}

a.lang {
    border-color: white;
}

header.banner img, .social a img {
    filter: brightness(10);
}