浏览代码

Fixed GitHub link visited color.

Kris 8 年之前
父节点
当前提交
4417c21f26
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      frontend/components/MainFooter.vue

+ 4 - 0
frontend/components/MainFooter.vue

@@ -19,4 +19,8 @@
 	.content a:not(.button) {
 		border: 0;
 	}
+
+	.icon:visited {
+		color: #4a4a4a !important;
+	}
 </style>