aboutsummaryrefslogtreecommitdiff
path: root/styles/dark.css
blob: 681116f6d8b22fe200095a322359dd63ca84d633 (plain)
1
2
3
4
5
6
7
8
9
html.dark {
    --text: #FCFFFD;
    --text-alt: var(--text);

    --page-background: #11171a;
    --background: #222d33;
    --background-alt: #344047;
}