فهرست منبع

Make sure header logo stays same color even if visited link

sbkwgh 8 سال پیش
والد
کامیت
95b2ad55f5
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/App.vue

+ 4 - 0
src/App.vue

@@ -416,6 +416,10 @@
 		@include user-select(none);
 		cursor: pointer;
 		background: none;
+
+		&:hover, &:visited, &:active {
+			color: $color__text--primary;
+		}
 	}
 
 	.search {