Kaynağa Gözat

Make sure header logo stays same color even if visited link

sbkwgh 8 yıl önce
ebeveyn
işleme
95b2ad55f5
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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 {