summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-07-10 07:58:09 +0200
committerYorhel <git@yorhel.nl>2022-07-10 07:58:11 +0200
commit8ca41f27dd034539918104e38c9019eacee10aef (patch)
tree11fcea0b1073ba49c9687935d5d8d3f4bb37ccf2 /css
parentc37d140ac85c55741f2e4031dac7e3513d6e1cda (diff)
Consider tag truthiness a major spoiler
Fixes https://vndb.org/t950.1308
Diffstat (limited to 'css')
-rw-r--r--css/v2.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/v2.css b/css/v2.css
index 109cb06c..dc75a3e0 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -556,8 +556,7 @@ div#vntags { margin: 0 30px 0 30px; border-top: 1px solid $bo
#tag_spoil_none:checked ~ #vntags .tagspl2 { display: none; }
#tag_spoil_some:checked ~ #vntags .tagspl2 { display: none; }
-#tag_spoil_all:checked ~ #vntags .lie,
-#tag_spoil_some:checked ~ #vntags .lie { text-decoration: line-through }
+#tag_spoil_all:checked ~ #vntags .lie { text-decoration: line-through }
/* end of tag filter machinery */