Issue
Profile "full name" and misc. profile text is still black after using custom.css
Resolution
Add the following at some point
.user.profile .ui.card .extra.content ul li:not(:last-child) {
color: silver !important;
}
.ui.card > .content > .header, .ui.cards > .card > .content > .header {
color: silver !important;
}
Issue
Profile "full name" and misc. profile text is still black after using custom.css
Resolution
Add the following at some point