From 0bdd819f0e21f043b78c090ebcfa89afdd0483df Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 15 Mar 2024 08:54:27 +0100 Subject: [PATCH] make click highlight transparent Signed-off-by: Timo K --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) 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;