make topic list bookmark color consistent with lock

This commit is contained in:
Jeff Atwood 2015-01-20 16:39:11 -08:00
parent 614ad4daa7
commit aa423212a0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
.fa-thumb-tack {color: $primary;}
.fa-thumb-tack.unpinned {color: $primary;}
a.title {color: $primary;}
a.title:visited:not(.badge-notification), .fa-bookmark {color: scale-color($primary, $lightness: 35%);}
a.title:visited:not(.badge-notification), .fa-bookmark {color: scale-color($primary, $lightness: 50%);}
th,
td {
padding: 12px 5px;