Remove "Shaded" URLs for clicked links site wide.

This commit is contained in:
Sarah Conway
2018-05-30 11:35:31 -07:00
committed by Jonathan S. Katz
parent aabea83c05
commit f13fc8ae9b

View 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;
}