浏览代码

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 {