aboutsummaryrefslogtreecommitdiff
path: root/web/style/themes.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style/themes.css')
-rw-r--r--web/style/themes.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/style/themes.css b/web/style/themes.css
index 2c6bdea..ee6bc1a 100644
--- a/web/style/themes.css
+++ b/web/style/themes.css
@@ -7,7 +7,7 @@ body {
--video-brackground: black;
--c-danger: rgb(177, 36, 36);
}
-body.theme-Dark {
+body.theme-dark {
--accent-light: rgb(255, 163, 87);
--accent-dark: rgb(199, 90, 0);
--c-error: rgb(255, 117, 117);
@@ -29,7 +29,7 @@ body.theme-Dark {
--font-highlight: white;
--image-loading-placeholder: rgb(50, 50, 50);
}
-body.theme-Light {
+body.theme-light {
--accent-light: #e46600;
--accent-dark: #ff9036;
--c-error: rgb(255, 117, 117);
@@ -50,7 +50,7 @@ body.theme-Light {
--font-highlight: black;
--image-loading-placeholder: rgb(200, 200, 200);
}
-body.theme-Purple {
+body.theme-purple {
--accent-light: rgb(191, 87, 255);
--accent-dark: rgb(143, 43, 205);
--c-error: rgb(255, 117, 117);
@@ -71,7 +71,7 @@ body.theme-Purple {
--font-highlight: white;
--image-loading-placeholder: rgb(50, 50, 50);
}
-body.theme-Black {
+body.theme-black {
--accent-light: hsl(250, 100%, 67%);
--accent-dark: hsl(250, 60%, 42%);
--c-error: rgb(255, 117, 117);