Remove "Shaded" URLs for clicked links site wide.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 3 Jun 2018 17:35:22 +0000 (13:35 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 3 Jun 2018 17:35:22 +0000 (13:35 -0400)
django/media/css/main.css

index 3073a47a29e90f05242bdffde2577590c472b6aa..4311fb40c9ebf171a06710f3da2d44cc2187da6a 100644 (file)
@@ -109,7 +109,7 @@ a, .news a {
     transition: color .2s ease-in-out;
 }
 
-a:hover, a:active, #pgContentWrap a:visited, .feature a:visited {
+a:hover, a:active {
     color: #193145;
          text-decoration: none;
 }