diff options
author | tpart <tpart120@proton.me> | 2023-10-29 20:16:21 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-29 20:19:02 +0100 |
commit | 9a9dbc6b86d1ab76777eb9df612c36c8536e574c (patch) | |
tree | a3b8c229484f7aaf51166ec409116ffc11197ae2 /web/style/themes.css | |
parent | 524230fd8378b699e98012c32e64773b2efba53f (diff) | |
download | jellything-9a9dbc6b86d1ab76777eb9df612c36c8536e574c.tar jellything-9a9dbc6b86d1ab76777eb9df612c36c8536e574c.tar.bz2 jellything-9a9dbc6b86d1ab76777eb9df612c36c8536e574c.tar.zst |
Add better poster style; Add material icons
Signed-off-by: metamuffin <metamuffin@disroot.org>
Diffstat (limited to 'web/style/themes.css')
-rw-r--r-- | web/style/themes.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/themes.css b/web/style/themes.css index b95332e..04f0278 100644 --- a/web/style/themes.css +++ b/web/style/themes.css @@ -10,7 +10,7 @@ body.theme-Dark { --c-nav: #1c1c1c9a; --c-nav-hover: #ffffff10; --c-fade: black; - --overlay: #0004; + --overlay: #0005; --overlay-hover: #0008; --background-dark: #070707; --background-light: #1c1c1c; |