don't turn clicked links white
authorAndrew Engelbrecht <andrew@fsf.org>
Thu, 22 Feb 2018 16:12:37 +0000 (11:12 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 22 Feb 2018 16:12:37 +0000 (11:12 -0500)
2018/assets/css/custom.css

index 0923442bf3d4bb4e08ed9631d95f065a08034f12..effca5cb5a1f949bb6332cd7c5a03eed1e76ab48 100644 (file)
@@ -158,6 +158,11 @@ 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);