FIX: fully-read topic style in dark theme

This commit is contained in:
Kane York 2015-08-18 14:03:01 -07:00
parent 3baabd14f8
commit cf559893b8
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
}
}
html.anon .topic-list a.title:visited:not(.badge-notification) {color: scale-color($primary, $lightness: 45%);}
.topic-list a.title.visited:not(.badge-notification) {color: scale-color($primary, $lightness: 45%);}
html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-light-diff($primary, $secondary, 45%, -30%);}
.topic-list a.title.visited:not(.badge-notification) {color: dark-light-diff($primary, $secondary, 45%, -30%);}
.topic-list {
width: 100%;