diff options
Diffstat (limited to 'public/css/colorschemes/mono-white.css')
-rw-r--r-- | public/css/colorschemes/mono-white.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/css/colorschemes/mono-white.css b/public/css/colorschemes/mono-white.css new file mode 100644 index 0000000..e921ece --- /dev/null +++ b/public/css/colorschemes/mono-white.css @@ -0,0 +1,17 @@ +:root { + --background: #262626; + --background-secondary: #3B3B3B; + --foreground: #FAFAFA; + --links: #a9a9a9; + --warning: #ff7272; + --warning-box-bg: #f64a3c; + --warning-box-border: #c81a11; +} + +html { + color-scheme: dark; +} + +a { + text-decoration: underline !important; +} |