Use correct color in content header description. Closes #2889

This commit is contained in:
Gabe Kangas
2023-03-31 22:02:23 -07:00
parent e95c3d47d9
commit 00ea1cae5b

View File

@@ -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;
}