diff options
author | tpart <tpart120@proton.me> | 2023-10-29 20:16:21 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2023-10-29 20:16:21 +0100 |
commit | 2d78631e8dc4d1790edb9c1da23a4491485950d3 (patch) | |
tree | a3b8c229484f7aaf51166ec409116ffc11197ae2 /web/style/nodepage.css | |
parent | 524230fd8378b699e98012c32e64773b2efba53f (diff) | |
download | jellything-2d78631e8dc4d1790edb9c1da23a4491485950d3.tar jellything-2d78631e8dc4d1790edb9c1da23a4491485950d3.tar.bz2 jellything-2d78631e8dc4d1790edb9c1da23a4491485950d3.tar.zst |
Add better poster style; Add material icons
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 { |