try changing clicked link colors again
authorAndrew Engelbrecht <andrew@fsf.org>
Thu, 22 Feb 2018 16:17:18 +0000 (11:17 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 22 Feb 2018 16:17:18 +0000 (11:17 -0500)
2018/assets/css/custom.css

index effca5cb5a1f949bb6332cd7c5a03eed1e76ab48..918772e1e2e069f753b15b2f45ca2a11c849c736 100644 (file)
@@ -158,11 +158,6 @@ a:focus {
   text-decoration: none;
 }
 
-a:active {
-  color: rgb(38, 208, 61);
-  text-decoration: none;
-}
-
 a {
   color: inherit;
   border-bottom: thin solid rgba(88, 208, 121, 0.8);
@@ -566,7 +561,7 @@ hr {
 }
 
 .lp-archived a:hover, a:active, a:focus{
-    color: rgb(255, 255, 255);
+    color: rgb(38, 208, 61);
 }
 
 .lp-banner {