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;
-}