Browse Source

Disable tab highlight

By accident commited too early, with wrong value.
No tab highlight increases the performance, its not required anyway.
Ecconia 7 năm trước cách đây
mục cha
commit
d7fa18fce4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -47,7 +47,7 @@
 		background-color: #111;
 		color: #aaa;
 		margin: 0;
-		-webkit-tap-highlight-color: #f0ff;
+		-webkit-tap-highlight-color: #f0f0;
 	}
 
 	body a:link {