only apply light link color to story list, not story detail page

This commit is contained in:
joshua stein 2012-09-25 10:54:25 -05:00
parent 8af36b2280
commit b8ec2daabe

View file

@ -23,7 +23,7 @@ a {
cursor: pointer;
}
ol.stories li.story div.details span.link a:visited {
ol.stories.list li.story div.details span.link a:visited {
color: #7395d9;
}