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