From eb00a924521638ee7430d00d1fb9c33c7468e363 Mon Sep 17 00:00:00 2001 From: Kane York Date: Thu, 20 Aug 2015 16:33:44 -0700 Subject: [PATCH] FIX: onebox links were too dark --- app/assets/stylesheets/common/base/onebox.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 390ac83d527..1ca4e635ea5 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -120,12 +120,12 @@ aside.onebox { } a[href] { - color: scale-color($tertiary, $lightness: -20%); + color: dark-light-choose(scale-color($tertiary, $lightness: -20%), $tertiary); text-decoration: none; } a[href]:visited { - color: scale-color($tertiary, $lightness: -20%); + color: dark-light-choose(scale-color($tertiary, $lightness: -20%), $tertiary); } img {