diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-12 13:39:04 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-12 13:39:04 +0100 |
commit | e1b06208ca4b8355726ecd95915d136a337c578b (patch) | |
tree | 11e6ca5cb0b7a0ef9d62e6b238a6b27942d26c90 /web/style/layout.css | |
parent | d103a619c8d94436fbf05c344d2eedb04e5c83f9 (diff) | |
download | jellything-e1b06208ca4b8355726ecd95915d136a337c578b.tar jellything-e1b06208ca4b8355726ecd95915d136a337c578b.tar.bz2 jellything-e1b06208ca4b8355726ecd95915d136a337c578b.tar.zst |
clean up some icon stuffs
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index ef151c4..9b0c64c 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -163,10 +163,8 @@ footer p { content: "arrow_back"; } -.cardhover.item .play, -.page.node .title .play::before, -.icon::before, -.iicon { +*::before, +.icon { font-family: "Material Icons"; line-height: 1; font-size: 1.1em; |