Links were showing through the spoiler due to their text color. Add style to make their text color black.
@@ -38,6 +38,9 @@
.spoiler:not(:hover) * {
background-color: inherit;
}
+ .spoiler a {
+ @apply text-black;
+ }
/* Styles for modals */
.modal-overlay {