Explorar o código

Disable tab highlight

By accident commited too early, with wrong value.
No tab highlight increases the performance, its not required anyway.
Ecconia %!s(int64=7) %!d(string=hai) anos
pai
achega
d7fa18fce4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {