Bladeren bron

Disable tab highlight

By accident commited too early, with wrong value.
No tab highlight increases the performance, its not required anyway.
Ecconia 7 jaren geleden
bovenliggende
commit
d7fa18fce4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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 {