Browse Source

Use correct color in content header description. Closes #2889

pull/2896/head
Gabe Kangas 3 years ago
parent
commit
00ea1cae5b
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/common/ContentHeader/ContentHeader.module.scss

2
web/components/common/ContentHeader/ContentHeader.module.scss

@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
font-size: 1.2rem;
font-weight: 400;
line-height: 1.3;
color: var(--theme-color-background-header);
color: var(--theme-color-palette-0);
max-width: 900px;
margin-top: 7px;
}

Loading…
Cancel
Save