From 00cc33c1107099078027321fbc8e24ccfb36e1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 20 Jun 2014 10:26:59 +0200 Subject: [PATCH] BUGFIX: link colors on topic lists --- app/assets/stylesheets/desktop/topic-list.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 25b623cfc..b08c15aa2 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -63,6 +63,9 @@ .fa-thumb-tack {color: $primary;} .fa-thumb-tack.unpinned {color: $primary;} + a.title {color: $primary;} + a.title:visited:not(.badge-notification) {color: scale-color($primary, $lightness: 35%);} + > tbody > tr { &:nth-child(even) { background-color: darken($secondary, 3%); @@ -227,6 +230,9 @@ } #topic-list.categories { + a.title {color: $tertiary;} + a.title:visited:not(.badge-notification) {color: scale-color($tertiary, $lightness: 35%);} + th.posts { position: relative; }