소스 검색

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 {