mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
FIX: Suggested topics box was bad in dark theme
This commit is contained in:
parent
ca577248d0
commit
78dcf30444
@ -65,14 +65,14 @@
|
||||
}
|
||||
|
||||
.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] {
|
||||
color: #000;
|
||||
color: dark-light-diff($primary, $secondary, -10%, 10%);
|
||||
}
|
||||
|
||||
.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 {
|
||||
@ -82,7 +82,7 @@
|
||||
}
|
||||
.search-link {
|
||||
.fa, .blurb {
|
||||
color: scale-color($tertiary, $lightness: -40%);
|
||||
color: dark-light-choose(scale-color($tertiary, $lightness: -40%), scale-color($tertiary, $lightness: 40%));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user