From 0779621680c15d109751806b5910e62be66dc590 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Mon, 12 May 2014 01:02:05 -0400 Subject: [PATCH] lighter TH on topic-list --- app/assets/stylesheets/desktop/topic-list.scss | 4 ++-- app/assets/stylesheets/mobile/topic-list.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {