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
1 changed files with 2 additions and 2 deletions

View File

@ -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 {