From 6a0eba3ba228e553527d60a9d87da5f160d0d8bd Mon Sep 17 00:00:00 2001 From: Kane York Date: Tue, 18 Aug 2015 13:20:07 -0700 Subject: [PATCH] Oops, that should fix it.. --- app/assets/stylesheets/common/components/buttons.css.scss | 4 ++-- app/assets/stylesheets/desktop/user-card.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/components/buttons.css.scss b/app/assets/stylesheets/common/components/buttons.css.scss index f55ff6d34e3..2ea0e60a386 100644 --- a/app/assets/stylesheets/common/components/buttons.css.scss +++ b/app/assets/stylesheets/common/components/buttons.css.scss @@ -74,8 +74,8 @@ .btn-primary { border: none; font-weight: normal; - color: dark-light-choose($primary, scale-color($primary, $lightness: 60%)); - background: dark-light-choose($tertiary, $tertiary); + color: dark-light-choose(#fff, scale-color($primary, $lightness: 60%)); + background: $tertiary; &[href] { color: $secondary; diff --git a/app/assets/stylesheets/desktop/user-card.scss b/app/assets/stylesheets/desktop/user-card.scss index d2e4b60abc1..e04cecafa0d 100644 --- a/app/assets/stylesheets/desktop/user-card.scss +++ b/app/assets/stylesheets/desktop/user-card.scss @@ -64,11 +64,11 @@ overflow: hidden; text-overflow: ellipsis; a { - color: #222; + color: #fff; } i { font-size: .8em; - color: #222; + color: #fff; } }