diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index c0da66cb60f..4ad1ec802cc 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -100,10 +100,10 @@ } } th { - color: $primary; + color: scale-color($primary, $lightness: 50%); font-weight: normal; font-size: 14px; - button i.fa {color: $primary;} + button i.fa {color: scale-color($primary, $lightness: 50%);} } td { diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index f54f49f4539..0db9d1e0fc9 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -78,7 +78,7 @@ } } th { - color: $primary; + color: scale-color($primary, $lightness: 50%); font-weight: bold; font-size: 13px; &:first-of-type {