From 877ab2f3e5846811127ade112a560afa53075757 Mon Sep 17 00:00:00 2001 From: moepoi Date: Sun, 26 Sep 2021 22:45:20 +0700 Subject: [PATCH] Disable blue border on Home Page --- Style-index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Style-index.css b/Style-index.css index e20a7b1..2304012 100644 --- a/Style-index.css +++ b/Style-index.css @@ -594,4 +594,9 @@ body { .newsletter_submit_btn:hover { background: #fe7c7f; +} + +:focus { + outline: 0 !important; + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; } \ No newline at end of file