add root font-family (sans-serif)

This commit is contained in:
Xymorot 2019-06-23 22:23:47 +02:00
parent 414e11cdb9
commit 8559a6b85e
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ function handleClick() {
--color-accent-light: #6969ac;
--color-text: var(--color-white);
font-family: sans-serif;
}
:global(*) {