From 2d27465ffcc950b6f4c8d4b93ea450165519a93a Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Mon, 23 Aug 2021 16:38:51 +0200 Subject: [PATCH] remove the individual 18+ badges from alts with the badge on the gallery, and the 'are you an adult?' popup, and the cw before showing the image, they're probably unnecessary and they add a lot of clutter --- style/shiny/single.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/shiny/single.css b/style/shiny/single.css index 73584d6..f83d73b 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -92,6 +92,7 @@ } } +/* .nsfw-label::after { content: url(../18_plus_white.svg); display: inline-block; @@ -103,6 +104,7 @@ :checked ~ .nsfw-label::after { content: url(../18_plus.svg); } +*/ #date { text-transform: lowercase; }