From f67d17b6c576c1a4d87200d84ffac9d676dfc8c5 Mon Sep 17 00:00:00 2001 From: moepoi Date: Sun, 26 Sep 2021 22:43:44 +0700 Subject: [PATCH] Disable blue border on About Us Page --- about-us.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/about-us.html b/about-us.html index fad9e8d..aa1ef43 100644 --- a/about-us.html +++ b/about-us.html @@ -85,6 +85,11 @@ top: 2.7vw; } } + + :focus { + outline: 0 !important; + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; + }