From 2996642ee5491f8212b62d37cd3478f43609a0a7 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Tue, 25 May 2021 16:03:27 +0200 Subject: [PATCH] make links light up on tab too --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%); }