Преглед изворни кода

Disable tab highlight

By accident commited too early, with wrong value.
No tab highlight increases the performance, its not required anyway.
Ecconia пре 7 година
родитељ
комит
d7fa18fce4
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {