From 45377340863909e5570415f9413be20d9a0c551c Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Wed, 2 Dec 2020 17:21:01 +0100 Subject: [PATCH] Outline fix --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index 34c12b1..05d988a 100644 --- a/css/style.css +++ b/css/style.css @@ -35,4 +35,12 @@ header { -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ +} + +a { + outline: none !important; +} + +button { + outline: none !important; } \ No newline at end of file