diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/style/themes.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/style/themes.css b/web/style/themes.css index 685b4e9..460da9d 100644 --- a/web/style/themes.css +++ b/web/style/themes.css @@ -6,7 +6,7 @@ body { --c-warn: rgb(252, 255, 78); --c-sucess: rgb(117, 255, 117); } -body.theme-dark { +body.theme-Dark { --c-nav: #1c1c1c9a; --c-nav-hover: #ffffff10; --c-fade: black; @@ -21,7 +21,7 @@ body.theme-dark { --font-dark: rgb(122, 122, 122); --font-highlight: white; } -body.theme-light { +body.theme-Light { --c-nav: #c4c4c4d7; --c-nav-hover: #ffffff10; --c-fade: white; @@ -36,3 +36,5 @@ body.theme-light { --font-dark: rgb(0, 0, 0); --font-highlight: rgb(0, 0, 0); } +body.theme-Purple { +} |