From 3f5c7257b33fe8535ad76e269f35e644cd04301e Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:02:40 +0100 Subject: [PATCH] make click highlight transparent (#2266) 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 22af0a282..816def331 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;