다크모드에서의 a태그 색상 수정
@@ -3,8 +3,12 @@ html, body {
color: white;
}
+a {
+ color: #A7C8FF;
+}
+
a:hover {
- color: cornflowerblue;
textarea, input, button, select {
@@ -87,4 +91,4 @@ blockquote {
.opennamu_diff_red {
background: #803737;
-}