Explorar el Código

Merge pull request #2145 from Gwangtori/patch-1

다크모드에서의 a태그 색상 수정
잉여개발기 hace 2 años
padre
commit
a535af6d9e
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6 2
      views/main_css/css/sub/dark.css

+ 6 - 2
views/main_css/css/sub/dark.css

@@ -3,8 +3,12 @@ html, body {
     color: white;
 }
 
+a {
+    color: #A7C8FF;
+}
+
 a:hover {
-    color: cornflowerblue;
+    color: #A7C8FF;
 }
 
 textarea, input, button, select {
@@ -87,4 +91,4 @@ blockquote {
 
 .opennamu_diff_red {
     background: #803737;
-}
+}