diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:24:14 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:24:14 +0200 |
commit | d6a039a10ac3c81d410beb9b648d29524ca1e278 (patch) | |
tree | fa521277e3ea94f796e21071f4d2b372c5b9830c /web | |
parent | a2ef3f6ec4c830611fde1a2e935588ccbbc61c03 (diff) | |
download | jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar.bz2 jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar.zst |
smaller fixes and remove useless deps
Diffstat (limited to 'web')
-rw-r--r-- | web/style/themes.css | 8 |
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); |