FIX: Suggested topics box was bad in dark theme
This commit is contained in:
parent
ca577248d0
commit
78dcf30444
|
@ -65,14 +65,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.similar-topics {
|
.similar-topics {
|
||||||
background-color: scale-color($tertiary, $lightness: 60%);
|
background-color: dark-light-choose(scale-color($tertiary, $lightness: 60%), scale-color($tertiary, $lightness: -60%));
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
color: #000;
|
color: dark-light-diff($primary, $secondary, -10%, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.posts-count {
|
.posts-count {
|
||||||
background-color: scale-color($tertiary, $lightness: -40%);
|
background-color: dark-light-choose(scale-color($tertiary, $lightness: -40%), scale-color($tertiary, $lightness: 40%));
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
}
|
}
|
||||||
.search-link {
|
.search-link {
|
||||||
.fa, .blurb {
|
.fa, .blurb {
|
||||||
color: scale-color($tertiary, $lightness: -40%);
|
color: dark-light-choose(scale-color($tertiary, $lightness: -40%), scale-color($tertiary, $lightness: 40%));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue