diff options
Diffstat (limited to 'web/style')
-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 { |