aboutsummaryrefslogtreecommitdiff
path: root/public/css/colorschemes/mono-cyan.css
blob: e31971f495975b5bc4ead3d33fec0cd8ee8c9c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:root {
    --background: #00222B;
    --background-secondary: #003340;
    --foreground: #00CCFF;
    --links: #ccf0ff;
    --warning: #ff7272;
    --warning-box-bg: #f64a3c;
    --warning-box-border: #c81a11;
}

html {
    color-scheme: dark;
}

a {
    text-decoration: underline !important;
}