From 82024ff412a375198221e50f422c7aa303147661 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 19 Sep 2023 23:35:53 +0100 Subject: [PATCH] style: update anchor focus style --- frontend/src/styles/core.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/styles/core.scss b/frontend/src/styles/core.scss index 82fa282b3..41f89d040 100644 --- a/frontend/src/styles/core.scss +++ b/frontend/src/styles/core.scss @@ -83,6 +83,11 @@ a { &:hover { color: var(--text-color); } + &:focus-visible { + outline: none; + box-shadow: 0 0 0 0.1em var(--bg-color), 0 0 0 0.2em var(--text-color); + border-radius: var(--roundness); + } } a[router-link] * {