Jelajahi Sumber

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 tahun lalu
induk
melakukan
4b009ce07a
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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 {