de-emphasize onebox URL field with color

This commit is contained in:
Jeff Atwood 2017-01-03 14:08:53 -08:00
parent 69b79ea3f9
commit 4e44845714
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ aside.onebox {
header { header {
a[href] { a[href] {
color: $primary; color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
text-decoration: none; text-decoration: none;
} }
} }