-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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;
}
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers