diff --git a/web/markdown/markdown.css b/web/markdown/markdown.css
--- a/web/markdown/markdown.css
+++ b/web/markdown/markdown.css
@@ -87,6 +87,10 @@
   -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
 }
+span.spoiler a {
+  pointer-events: none;
+  color: var(--spoiler-text-color);
+}
 span.revealSpoilerAnimation {
   animation: revealSpoiler 1s;
 }