summaryrefslogtreecommitdiff
path: root/stylesheets/dark.css
blob: afcf1d437e4099701d1ff4af82330686ec4828e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
    background-color: black;
    color: white;
}

main {
    color: white;
}

footer.social a.lang {
    border-color: white;
}
footer.social a.lang:hover, footer.social a.lang:focus {
    color: var(--gold);
    background: white;
    border-color: white;
}

body > header.banner img,
footer.social a img,
header.slidingmenu > img.button.open {
    filter: brightness(0) invert(1);
}