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

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