diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-26 03:46:05 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-26 03:46:05 +0100 |
commit | 2e41b2b373d5a057061a7694aa5e83001efeaf0f (patch) | |
tree | fd9c82fcaf7a8100698b162f9c21ba1852becc88 /web/style/nodepage.css | |
parent | 9918784ba0b71b406e98e069a4e2be10bf72f02e (diff) | |
download | jellything-2e41b2b373d5a057061a7694aa5e83001efeaf0f.tar jellything-2e41b2b373d5a057061a7694aa5e83001efeaf0f.tar.bz2 jellything-2e41b2b373d5a057061a7694aa5e83001efeaf0f.tar.zst |
fix a bunch of stupid things regarding subtitles. still doesnt work
Diffstat (limited to 'web/style/nodepage.css')
-rw-r--r-- | web/style/nodepage.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/style/nodepage.css b/web/style/nodepage.css index 67642e8..2b76ede 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -47,7 +47,8 @@ } .page.node .title .play { display: inline-block; - font-stretch: 200%; + font-size: small; + background-color: #52b83340; } .page.node .title .play::before { content: "play_arrow"; @@ -89,4 +90,4 @@ .page.node .bigposter { margin: 1.5em; } -}
\ No newline at end of file +} |