瀏覽代碼

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 {