UX: fix group header font color

Change according to group header background color
This commit is contained in:
Lincoln Lee 2016-06-26 00:01:15 +08:00
parent ccf9b70671
commit 2ecbd71bdc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}