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/nodepage.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/nodepage.css')
-rw-r--r-- | web/style/nodepage.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/style/nodepage.css b/web/style/nodepage.css index 2df7c13..e1bf363 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -51,7 +51,8 @@ font-stretch: 200%; } .page.node .title .play::before { - content: "▶"; + content: "play_arrow"; + vertical-align: middle; } .props p { |