diff options
Diffstat (limited to 'public/css/colorschemes/mono-yellow.css')
-rw-r--r-- | public/css/colorschemes/mono-yellow.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/css/colorschemes/mono-yellow.css b/public/css/colorschemes/mono-yellow.css new file mode 100644 index 0000000..b979c4b --- /dev/null +++ b/public/css/colorschemes/mono-yellow.css @@ -0,0 +1,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; +} |