aboutsummaryrefslogtreecommitdiff
path: root/web/style/themes.css
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-04-10 15:35:11 +0200
committertpart <tpart120@proton.me>2024-04-10 15:35:11 +0200
commit50ae5ec326dbb034b325e73ffcc032b1167ddd9c (patch)
tree79fc4d3794c93b2b964884008be4d73f3d58822a /web/style/themes.css
parent70d45003256b4ea9f3b3c2c99f845926bc1af6e1 (diff)
downloadjellything-50ae5ec326dbb034b325e73ffcc032b1167ddd9c.tar
jellything-50ae5ec326dbb034b325e73ffcc032b1167ddd9c.tar.bz2
jellything-50ae5ec326dbb034b325e73ffcc032b1167ddd9c.tar.zst
Add subtitle style
Diffstat (limited to 'web/style/themes.css')
-rw-r--r--web/style/themes.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/style/themes.css b/web/style/themes.css
index f7c4229..10124b4 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);
@@ -44,9 +44,9 @@ body.theme-Light {
--background-very-light: #b9b9b9;
--background-disable: rgb(128, 128, 128);
--background-prop: #e9e9e9b2;
- --font: rgb(43, 43, 43);
- --font-dark: rgb(0, 0, 0);
- --font-highlight: rgb(0, 0, 0);
+ --font: #0f0f0f;
+ --font-dark: #606060;
+ --font-highlight: black;
}
body.theme-Purple {
--accent-light: rgb(191, 87, 255);