Don't hide focus indicator

Doesn't seem to serve any purpose other than to make keyboard navigation more difficult.
This commit is contained in:
Josh Lee 2022-06-01 14:03:40 -04:00 committed by Bryan Housel
parent dea8cfedf5
commit a1360df312

View file

@ -27,7 +27,6 @@ body {
/* global styles */
h1, h2, h3 { margin: 0; }
a { text-decoration: none; }
:focus { outline-color: transparent; outline-style: none; }
a:visited, a { color: #67e; font-weight: bold; }
a:hover, a:active { color: #56a; }
.dark a:visited, .dark a { color: #88c; font-weight: bold; }