diff options
author | tpart <tpart120@proton.me> | 2024-04-10 15:09:56 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-04-10 15:10:01 +0200 |
commit | 14530cbab85d1e95995b8965bd11ef38822fd20c (patch) | |
tree | 9502ebfac95738a45c2e780621a3cd38fff23d89 /web/style/themes.css | |
parent | 853a0022084a503b4747dfadd4e217b950ec6d8d (diff) | |
download | jellything-14530cbab85d1e95995b8965bd11ef38822fd20c.tar jellything-14530cbab85d1e95995b8965bd11ef38822fd20c.tar.bz2 jellything-14530cbab85d1e95995b8965bd11ef38822fd20c.tar.zst |
Tweak theme colours
Diffstat (limited to 'web/style/themes.css')
-rw-r--r-- | web/style/themes.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/style/themes.css b/web/style/themes.css index f7c4229..5f01207 100644 --- a/web/style/themes.css +++ b/web/style/themes.css @@ -23,8 +23,8 @@ body.theme-Dark { --background-light: #1c1c1c; --background-very-light: #323232; --background-disable: rgb(128, 128, 128); - --background-prop: #5a5a5a85; - --font: rgb(218, 218, 218); + --background-prop: rgba(0, 0, 0, 0.8); + --font: #f1f1f1; --font-dark: rgb(122, 122, 122); --font-highlight: white; } @@ -43,7 +43,7 @@ body.theme-Light { --background-light: #c0c0c0; --background-very-light: #b9b9b9; --background-disable: rgb(128, 128, 128); - --background-prop: #e9e9e9b2; + --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); @@ -63,8 +63,8 @@ body.theme-Purple { --background-light: #1c1c1c; --background-very-light: #323232; --background-disable: rgb(128, 128, 128); - --background-prop: #5a5a5a85; - --font: rgb(218, 218, 218); + --background-prop: rgba(0, 0, 0, 0.8); + --font: #f1f1f1; --font-dark: rgb(122, 122, 122); --font-highlight: white; } |