getting rid of the highlight colour on links and buttons to make it feel more app-ish

v1.18.x
psychobunny
parent 2638c03752
commit 95830c3c7c

@ -41,6 +41,10 @@ body {
}
}
button, a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.none {
display: none !important;
}

Loading…
Cancel
Save