only remove background color from active link, not whole background
authorDan Allen <dan@opendevise.com>
Thu, 2 Apr 2020 23:31:00 +0000 (17:31 -0600)
committerDan Allen <dan@opendevise.com>
Thu, 2 Apr 2020 23:31:00 +0000 (17:31 -0600)
src/css/base.css

index 135a8ab..21361c4 100644 (file)
@@ -38,7 +38,7 @@ a:hover {
 }
 
 a:active {
-  background: none;
+  background-color: none;
 }
 
 code,