Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@

.header {
display: block;

/* Override PatternFly's subtle color for <small> meta-text in the event card
header. The default --pf-t--global--text--color--subtle produces a contrast
ratio of ~3.65:1 against the card background, which fails WCAG 1.4.3
(Contrast Minimum, Level AA). Setting --pf-v6-c-content--small--Color to
the regular text token achieves ≥4.5:1. (CRW-10318) */
--pf-v6-c-content--small--Color: var(--pf-t--global--text--color--regular);
}
Loading