From 601419e1ca49e69c5e79bbc236bacc837cf63003 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Tue, 22 Dec 2020 22:27:20 -0600 Subject: [PATCH] Correct outline color on header nav items --- www/css/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/core.css b/www/css/core.css index 51fbc875..318ba50b 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -263,7 +263,7 @@ body > header > a:visited{ } body > header a:focus{ - outline: 1px dashed var(--input-outline); + outline: 1px dashed #fff; } body > header > a:hover{