From: Dan Allen <dan@opendevise.com>
Date: Tue, 31 Mar 2020 10:35:41 +0000 (-0600)
Subject: disable background on link focus
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3b91bb6e4c8f892192a9ebc9edaba05573e2aa3e;p=working%2Feg-antora.git

disable background on link focus
---

diff --git a/src/css/base.css b/src/css/base.css
index 2c23963..d8f54c4 100644
--- a/src/css/base.css
+++ b/src/css/base.css
@@ -37,6 +37,10 @@ a:hover {
   text-decoration: underline;
 }
 
+a:focus {
+  background: none;
+}
+
 code,
 kbd,
 pre {