Fix a stray --body-line-height

This commit is contained in:
Eryn Wells 2023-05-20 08:32:49 -07:00
parent ff615a757c
commit 5fe0139b93

View file

@ -8,7 +8,7 @@
} }
.chroma { .chroma {
line-height: var(--body-line-height); line-height: var(--line-height);
} }
.bg { .bg {