Преглед изворни кода

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>