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
commit 506fa71693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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