aboutsummaryrefslogtreecommitdiff
path: root/public/css/colorschemes/mono-amber.css
blob: 364900be9b6b69759fb68387022eb9446fe81109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:root {
    --background: #2b1900;
    --background-secondary: #402500;
    --foreground: #ff9400;
    --links: #ffc28a;
    --warning: #ff7272;
    --warning-box-bg: #f64a3c;
    --warning-box-border: #c81a11;
}

html {
    color-scheme: dark;
}

a {
    text-decoration: underline !important;
}