aboutsummaryrefslogtreecommitdiff
path: root/web/style/themes.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-10 19:52:48 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-10 19:52:48 +0200
commit5a12f665ea751534af60970e0f5f7607710bc193 (patch)
tree72dbef1dc00517f59cb50b310a1aaa9b5a2a5703 /web/style/themes.css
parenta820b817bf4bfbf7e8978ffc427ccbf75a74309a (diff)
parent3e3064b7b8adc1354ba833a0903cc59d2ef6d83f (diff)
downloadjellything-5a12f665ea751534af60970e0f5f7607710bc193.tar
jellything-5a12f665ea751534af60970e0f5f7607710bc193.tar.bz2
jellything-5a12f665ea751534af60970e0f5f7607710bc193.tar.zst
merge
Diffstat (limited to 'web/style/themes.css')
-rw-r--r--web/style/themes.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/style/themes.css b/web/style/themes.css
index 5f01207..f405815 100644
--- a/web/style/themes.css
+++ b/web/style/themes.css
@@ -29,8 +29,8 @@ body.theme-Dark {
--font-highlight: white;
}
body.theme-Light {
- --accent-light: rgb(255, 163, 87);
- --accent-dark: rgb(199, 90, 0);
+ --accent-light: #e46600;
+ --accent-dark: #ff9036;
--c-error: rgb(255, 117, 117);
--c-warn: rgb(252, 255, 78);
--c-success: rgb(117, 255, 117);
@@ -43,10 +43,10 @@ body.theme-Light {
--background-light: #c0c0c0;
--background-very-light: #b9b9b9;
--background-disable: rgb(128, 128, 128);
- --background-prop: rgba(0, 0, 0, 0.8);
- --font: rgb(43, 43, 43);
- --font-dark: rgb(0, 0, 0);
- --font-highlight: rgb(0, 0, 0);
+ --background-prop: #e9e9e9b2;
+ --font: #0f0f0f;
+ --font-dark: #606060;
+ --font-highlight: black;
}
body.theme-Purple {
--accent-light: rgb(191, 87, 255);