mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 03:10:46 -06:00
UX: lighten background of Suggested Topics pop-up
This commit is contained in:
parent
04856dac10
commit
3bf6617ff6
@ -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 New Issue
Block a user