From: Dan Allen Date: Thu, 2 Apr 2020 23:31:00 +0000 (-0600) Subject: only remove background color from active link, not whole background X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d39b7fe97b8d1e9c6de452670e0bba7440f73699;p=eg-antora.git only remove background color from active link, not whole background --- diff --git a/src/css/base.css b/src/css/base.css index 135a8ab..21361c4 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -38,7 +38,7 @@ a:hover { } a:active { - background: none; + background-color: none; } code,