Răsfoiți Sursa

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 ani în urmă
părinte
comite
4b009ce07a
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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 {