Correct outline color on header nav items

This commit is contained in:
Alex Cabal 2020-12-22 22:27:20 -06:00
parent e6fc772e10
commit 601419e1ca

View file

@ -263,7 +263,7 @@ body > header > a:visited{
} }
body > header a:focus{ body > header a:focus{
outline: 1px dashed var(--input-outline); outline: 1px dashed #fff;
} }
body > header > a:hover{ body > header > a:hover{