Merge pull request #4290 from linc01n/fix-group-title-page-color

UX: fix group header font color
This commit is contained in:
Guo Xiang Tan 2016-06-28 08:28:16 +08:00 committed by GitHub
commit dc09b9f8d6
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);
}
}