Increase base font size to 14px

This commit is contained in:
Linus Groh
2019-09-28 19:06:24 +01:00
parent 4d06e1c07e
commit a443393bba

View File

@@ -19,7 +19,7 @@ html, body {
body {
font-family: "Noto Sans", sans-serif;
font-size: 13px;
font-size: 14px;
color: var(--color-text);
}