fix: reset rem value

This commit is contained in:
Carlos Valente
2024-10-26 20:21:09 +02:00
committed by Carlos Valente
parent 7c19c52332
commit ed4d0f060b
+1 -1
View File
@@ -57,7 +57,7 @@ $thumb-color-hover: $gray-900;
box-sizing: inherit;
}
body {
body, html {
font-size: 15px;
font-family: $ontime-font-family;
background-color: var(--background-color-override, $ui-black);