style: update anchor focus style

This commit is contained in:
Miodec 2023-09-19 23:35:53 +01:00
parent 513dfc63ff
commit 82024ff412

View file

@ -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] * {