Merge pull request #1710 from cisagov/nl/1600-fix-Growth-domain-report-color

DRAFT Issue #1600 - Fix color of domain growth report heading
This commit is contained in:
CuriousX 2024-01-29 17:09:20 -07:00 committed by GitHub
commit 78e43ca3e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@ h1, h2, h3,
.module h3 {
padding: 0;
color: var(--primary);
color: var(--link-fg);
margin: units(2) 0 units(1) 0;
}