Fix bad font-size

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 21:28:33 +01:00
parent 9e08b0687f
commit 498e636ab6
+1 -1
View File
@@ -58,7 +58,7 @@ body {
background: $theme-content-background;
// Font
font-size: 1.0em;
font-size: 1.0rem;
font-family: "Roboto", sans-serif;
text-rendering: optimizelegibility;
color: $theme-content-color;