diff --git a/src/index.css b/src/index.css index 22af0a28..816def33 100644 --- a/src/index.css +++ b/src/index.css @@ -156,7 +156,9 @@ body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + -webkit-tap-highlight-color: transparent; } + /* We use this to not render the page at all until we know the theme.*/ .no-theme { opacity: 0;