diff options
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 { |