Prechádzať zdrojové kódy

Add styles for a tags in spoiler

Links were showing through the spoiler due to their text color. Add
style to make their text color black.
Apis Necros 2 rokov pred
rodič
commit
4b009ce07a
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      static/css/components.css

+ 3 - 0
static/css/components.css

@@ -38,6 +38,9 @@
     .spoiler:not(:hover) * {
         background-color: inherit;
     }
+    .spoiler a {
+        @apply text-black;
+    }
 
     /* Styles for modals */
     .modal-overlay {