aboutsummaryrefslogtreecommitdiff
path: root/web/style
diff options
context:
space:
mode:
Diffstat (limited to 'web/style')
-rw-r--r--web/style/forms.css4
-rw-r--r--web/style/themes.css3
2 files changed, 6 insertions, 1 deletions
diff --git a/web/style/forms.css b/web/style/forms.css
index f020eb6..fa2ec67 100644
--- a/web/style/forms.css
+++ b/web/style/forms.css
@@ -147,3 +147,7 @@ fieldset .categories .category {
fieldset .categories .category h3 {
margin: 0px;
}
+
+input.danger {
+ background-color: var(--c-danger);
+}
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
+}