mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +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 {
|
||||
padding: 15px;
|
||||
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