Merge pull request #336 from fvsch/website-header-color

WebsiteHeader title: fix mispelled CSS variable
This commit is contained in:
Mike Cao
2020-10-26 09:04:00 -07:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
.title {
color: var(--gray-900);
color: var(--gray900);
font-size: var(--font-size-large);
line-height: var(--font-size-large);
}