aboutsummaryrefslogtreecommitdiff
path: root/web/style/themes.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-03-19 21:30:03 +0100
committermetamuffin <metamuffin@disroot.org>2024-03-19 21:30:03 +0100
commitd495f0f93c2d3b5c4c575f39b7d4b93731122b0f (patch)
tree9706f5e94f20352594e0a08314e14f4ad08aedd3 /web/style/themes.css
parentc4362adc4af0c4dcdbb2346a9e077bdf580d8007 (diff)
downloadjellything-d495f0f93c2d3b5c4c575f39b7d4b93731122b0f.tar
jellything-d495f0f93c2d3b5c4c575f39b7d4b93731122b0f.tar.bz2
jellything-d495f0f93c2d3b5c4c575f39b7d4b93731122b0f.tar.zst
ui: delete cache button requires confirmation
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
+}