aboutsummaryrefslogtreecommitdiff
path: root/public/css/colorschemes/mono-yellow.css
blob: b979c4b4954f533ae94eb8a47bd3458b0e5e5454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:root {
    --background: #2B2400;
    --background-secondary: #403500;
    --foreground: #FFD300;
    --links: #ffe8a2;
    --warning: #ff7272;
    --warning-box-bg: #f64a3c;
    --warning-box-border: #c81a11;
}

html {
    color-scheme: dark;
}

a {
    text-decoration: underline !important;
}