mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:35:50 +00:00
UX: lighten background of Suggested Topics pop-up
This commit is contained in:
parent
04856dac10
commit
3bf6617ff6
@ -65,7 +65,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.similar-topics {
|
.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] {
|
a[href] {
|
||||||
color: dark-light-diff($primary, $secondary, -10%, 10%);
|
color: dark-light-diff($primary, $secondary, -10%, 10%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user