From 047a0961bb4021656248979bc3c0e995646b2a5d Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 23 May 2022 13:20:15 +0200 Subject: [PATCH] =?UTF-8?q?Obw=C3=B3dka=20focusa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index cb4890d..0652f64 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -29,6 +29,11 @@ body { overflow-x: hidden; } +*:focus-visible { + outline: 1px solid white; + outline-offset: 1px; +} + :root { font-size: 16px; } @@ -164,7 +169,6 @@ a { &:focus { color: $accentCol; border: none; - outline: none; } }