diff options
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 |
commit | fff924e182e28fe940767009fca894c4bb4a07c5 (patch) | |
tree | 7d1634998df273e95b8193af5a612776bb6e758d /src | |
parent | b03f769b43cc570132275c3d2011e4b6ed866cb3 (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')
-rw-r--r-- | src/static/site6.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 331e68a1..2bb44dd6 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; } |