mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 10:24:42 +08:00
FIX: onebox links were too dark
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user