diff options
author | Frankie B <git@diskfloppy.me> | 2024-01-22 00:09:48 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-01-22 00:09:48 +0000 |
commit | 7c5461ddf38a72efde4b7f8a59626eb7e473f8d9 (patch) | |
tree | 5bf8954d637b8530abc84c8499aac1a14ec64f4b /public/css/colorschemes/mono-red.css | |
parent | 663b96bad214d47f584a19d4b578cb4badd3232e (diff) |
CSS updates and a whole theme selector thing
Diffstat (limited to 'public/css/colorschemes/mono-red.css')
-rw-r--r-- | public/css/colorschemes/mono-red.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/css/colorschemes/mono-red.css b/public/css/colorschemes/mono-red.css new file mode 100644 index 0000000..d20690a --- /dev/null +++ b/public/css/colorschemes/mono-red.css @@ -0,0 +1,17 @@ +:root { + --background: #2B0C00; + --background-secondary: #401200; + --foreground: #FF3600; + --links: #ffb09c; + --warning: #ff7272; + --warning-box-bg: #f64a3c; + --warning-box-border: #c81a11; +} + +html { + color-scheme: dark; +} + +a { + text-decoration: underline !important; +} |