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 {