소스 검색

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 년 전
부모
커밋
4b009ce07a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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 {