fix fonts

This commit is contained in:
Wim Brand
2020-01-29 09:34:16 +01:00
parent 19811781d3
commit 4bb243b829

View File

@@ -29,6 +29,7 @@ body{
background-color: var(--body_color);
background-repeat: repeat;
margin: 0;
font-family: system-ui, sans-serif;
line-height: 1.5em;
color: #b2b2b2; /* Fallback */
color: var(--text_color);