FIX: onebox links were too dark

This commit is contained in:
Kane York
2015-08-20 16:33:44 -07:00
parent fad5af0f7d
commit eb00a92452

View File

@ -120,12 +120,12 @@ aside.onebox {
} }
a[href] { a[href] {
color: scale-color($tertiary, $lightness: -20%); color: dark-light-choose(scale-color($tertiary, $lightness: -20%), $tertiary);
text-decoration: none; text-decoration: none;
} }
a[href]:visited { a[href]:visited {
color: scale-color($tertiary, $lightness: -20%); color: dark-light-choose(scale-color($tertiary, $lightness: -20%), $tertiary);
} }
img { img {