From 4e44845714550907cb623847592e4120a94c191e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 3 Jan 2017 14:08:53 -0800 Subject: [PATCH] de-emphasize onebox URL field with color --- app/assets/stylesheets/common/base/onebox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index cb308e55d2a..ba0e0fb0750 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -96,7 +96,7 @@ aside.onebox { header { a[href] { - color: $primary; + color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); text-decoration: none; } }