-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
p1We will address this soon and will provide capacity from our team for it in the next few releases.We will address this soon and will provide capacity from our team for it in the next few releases.
Description
What information was incorrect, unhelpful, or incomplete?
In the content-section table, the header is hard to distinguish from the body because they have the same font-weight—is this intended?
What did you expect to see?
Do you have any supporting links, references, or citations?
fred/components/content-section/server.css
Lines 159 to 162 in a7dcfb5
| th { | |
| font-weight: var(--font-weight-normal); | |
| text-align: left; | |
| } |
th {
- font-weight: var(--font-weight-normal);
+ font-weight: var(--font-weight-bold);
text-align: left;
}Do you have anything more you want to share?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
p1We will address this soon and will provide capacity from our team for it in the next few releases.We will address this soon and will provide capacity from our team for it in the next few releases.