From df3bf1a48857339f3af4810a3347f3e37ffeb22b Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Thu, 6 Sep 2018 23:10:01 +0200 Subject: [PATCH] fix(css): Add back outline Removing outline without adding other indicators for focused content is an accessibility violation (try using Tab to navigate on the page - you can't tell where the focus is). http://www.outlinenone.com/ --- static/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index f4d596e..9114a1a 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -19,7 +19,6 @@ a, a:visited { color: #7765E3; text-decoration: none; - outline: none; } small {