make links light up on tab too
This commit is contained in:
parent
9311ec7173
commit
2996642ee5
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ a[href] {
|
|||
text-decoration: none;
|
||||
transition: color 0.2s ease-in-out;
|
||||
}
|
||||
a[href]:hover {
|
||||
a[href]:where(:hover,:focus) {
|
||||
color: hsl(50deg, 100%, 82%);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue