From cafc0a5ad6f41f53b32040101dc31a5d5b1f937b Mon Sep 17 00:00:00 2001 From: i-Bex Date: Mon, 29 Apr 2024 20:19:22 +0800 Subject: [PATCH] change the focus pseudo class of theme-switcher --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 58461cd..9887a4d 100644 --- a/style.css +++ b/style.css @@ -51,7 +51,7 @@ body { border-radius:1px; } -.header__theme-switcher:has(.theme-switcher__toggler:focus){ +.header__theme-switcher:has(.theme-switcher__toggler:focus-visible){ --outline-clr:var(--Very-Dark-Blue-Light-Mode-Text); outline:2px solid ; }