diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-02 00:34:12 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-02 00:34:12 +0100 |
commit | 11e8361f1efabda3a80c5977461fbf24945774ad (patch) | |
tree | 222a988c0c03cf0a6bcb44d41697b153933cb446 /web | |
parent | 1534bb6d8f88d83c1ce9c89d007af04dcc3291f1 (diff) | |
download | jellything-11e8361f1efabda3a80c5977461fbf24945774ad.tar jellything-11e8361f1efabda3a80c5977461fbf24945774ad.tar.bz2 jellything-11e8361f1efabda3a80c5977461fbf24945774ad.tar.zst |
style vis props
Diffstat (limited to 'web')
-rw-r--r-- | web/style/props.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/style/props.css b/web/style/props.css index f4b1fec..4745834 100644 --- a/web/style/props.css +++ b/web/style/props.css @@ -43,6 +43,12 @@ .props p.rating::before { content: "stars"; } +.props p.visibility { + background-color: rgba(56, 70, 71, 0.63); +} +.props p.visibility::before { + content: "visibility_off"; +} @media (max-width: 500px) { .props { |