diff --git a/style.css b/style.css index 8992f09..8c2714a 100644 --- a/style.css +++ b/style.css @@ -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%); }