mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
css: outline for links
This commit is contained in:
parent
a008fc14d6
commit
8790fa9021
1 changed files with 3 additions and 2 deletions
|
|
@ -11,8 +11,9 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus {
|
a:focus-visible {
|
||||||
background-color: hsl(0, 0%, 0%, 0.1);
|
outline: 4px solid hsl(0, 0%, 0%, 0.7);
|
||||||
|
outline-offset: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue