mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
UX: lighten background of Suggested Topics pop-up
This commit is contained in:
parent
04856dac10
commit
3bf6617ff6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
|
||||
.similar-topics {
|
||||
background-color: dark-light-choose(scale-color($tertiary, $lightness: 60%), scale-color($tertiary, $lightness: -60%));
|
||||
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||
|
||||
a[href] {
|
||||
color: dark-light-diff($primary, $secondary, -10%, 10%);
|
||||
|
|
Loading…
Reference in a new issue