diff options
author | metamuffin <metamuffin@disroot.org> | 2024-03-19 21:30:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-03-19 21:30:03 +0100 |
commit | d495f0f93c2d3b5c4c575f39b7d4b93731122b0f (patch) | |
tree | 9706f5e94f20352594e0a08314e14f4ad08aedd3 /web/style/themes.css | |
parent | c4362adc4af0c4dcdbb2346a9e077bdf580d8007 (diff) | |
download | jellything-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.css | 3 |
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 +} |