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