1
0
Fork 0

make links light up on tab too

This commit is contained in:
Rhiannon Morris 2021-05-25 16:03:27 +02:00
parent 9311ec7173
commit 2996642ee5
1 changed files with 1 additions and 1 deletions

View File

@ -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%);
}