de-emphasize onebox URL field with color
This commit is contained in:
parent
69b79ea3f9
commit
4e44845714
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue