From 5c7a69ce71cad91d3571e3f000e9b2e10b6348a2 Mon Sep 17 00:00:00 2001 From: Gyorgy Orban Date: Sat, 11 Jan 2020 22:13:42 +0100 Subject: set outline for keyboard navigation --- static/css/layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index 921f48e..850c2ea 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -64,8 +64,9 @@ h6 { font-size: .75em; font-weight: normal; } -a:hover, a:active, a:focus { - outline: 0; +a:active, a:focus { + outline-style: solid; + outline-width: thin; } header { -- cgit v1.2.3