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