From 7f325a0166d6f0bf9f68f034d6aef7afe3762720 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 29 Apr 2018 16:57:22 -0700 Subject: [PATCH] fix blue active background on Chrome for Android (#236) fixes #141 --- scss/global.scss | 1 + templates/2xx.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/global.scss b/scss/global.scss index f5db7db..de99b4a 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -5,6 +5,7 @@ body { line-height: 1.4; color: var(--body-text-color); background: var(--body-bg); + -webkit-tap-highlight-color: transparent; /* fix for blue background on spoiler tap on Chrome for Android */ } .container { diff --git a/templates/2xx.html b/templates/2xx.html index 44c2db4..a07d6f8 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -17,7 +17,7 @@