mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
css: universal focus-visible styles
This commit is contained in:
parent
f499b39b7a
commit
1b924ab103
1 changed files with 5 additions and 5 deletions
|
|
@ -3,6 +3,11 @@
|
|||
background: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
*:focus-visible {
|
||||
outline: 4px solid hsl(0, 0%, 0%, 0.7);
|
||||
outline-offset: 4px;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
|
||||
a {
|
||||
|
|
@ -11,11 +16,6 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus-visible {
|
||||
outline: 4px solid hsl(0, 0%, 0%, 0.7);
|
||||
outline-offset: 4px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
border-color: currentColor;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue