WebsiteHeader title: fix mispelled CSS variable

This commit is contained in:
Florens Verschelde 2020-10-26 15:27:01 +01:00
parent 000fc30932
commit ce6af46219

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