mirror of
https://github.com/manilarome/the-glorious-startpage.git
synced 2025-01-24 14:18:38 +01:00
Disable tap hightlight color on mobile devices
This commit is contained in:
parent
24d59af96f
commit
9034dfb507
@ -42,6 +42,10 @@
|
|||||||
-moz-osx-font-smoothing: grayscale !important;
|
-moz-osx-font-smoothing: grayscale !important;
|
||||||
text-rendering: optimizeLegibility !important;
|
text-rendering: optimizeLegibility !important;
|
||||||
font-variant-ligatures: none !important;
|
font-variant-ligatures: none !important;
|
||||||
|
|
||||||
|
/*Disable tap hightlight color on mobile devices*/
|
||||||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user