mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 16:34:45 +08:00
style: update anchor focus style
This commit is contained in:
parent
513dfc63ff
commit
82024ff412
1 changed files with 5 additions and 0 deletions
|
|
@ -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] * {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue