From 27bfe8e7b3c4cdc3e62a8714bdd17950fcb7364f Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Sun, 13 Apr 2025 14:03:17 -0600 Subject: [PATCH] removed blue box from clicking links --- css/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/base.css b/css/base.css index a5e39b6..a33208c 100644 --- a/css/base.css +++ b/css/base.css @@ -80,6 +80,11 @@ a, transition-duration: 1s; } +a { + -webkit-tap-highlight-color: transparent !important; + outline: none !important; +} + a.fill_div { display: block; height: 100%;