« get me outta code hell

css: hide reveal-text-container, not reveal-text - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-02-18 18:12:21 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-02-18 18:12:49 -0400
commitfff924e182e28fe940767009fca894c4bb4a07c5 (patch)
tree7d1634998df273e95b8193af5a612776bb6e758d /src/static
parentb03f769b43cc570132275c3d2011e4b6ed866cb3 (diff)
css: hide reveal-text-container, not reveal-text
This fixes the container div capturing pointer events that should
land on the actual img tag.
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 331e68a..2bb44dd 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -1287,7 +1287,7 @@ img.pixelate, .pixelate img {
   opacity: 1;
 }
 
-.reveal.revealed .reveal-text {
+.reveal.revealed .reveal-text-container {
   display: none;
 }