mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
UX: fix group header font color
Change according to group header background color
This commit is contained in:
parent
ccf9b70671
commit
2ecbd71bdc
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@
|
||||||
.details {
|
.details {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: dark-light-choose($secondary, lighten($primary, 10%));
|
color: dark-light-choose(lighten($primary, 10%), $secondary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue