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.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/style/themes.css b/web/style/themes.css
index 62305cd..f7c4229 100644
--- a/web/style/themes.css
+++ b/web/style/themes.css
@@ -5,6 +5,7 @@
*/
body {
--video-brackground: black;
+ --c-danger: rgb(177, 36, 36);
}
body.theme-Dark {
--accent-light: rgb(255, 163, 87);
@@ -66,4 +67,4 @@ body.theme-Purple {
--font: rgb(218, 218, 218);
--font-dark: rgb(122, 122, 122);
--font-highlight: white;
-} \ No newline at end of file
+}