web/index: move font size to html root

This commit is contained in:
Tulir Asokan 2025-03-16 21:31:47 +02:00
parent c48f24d2de
commit 99b3fd0e5e

View file

@ -167,7 +167,6 @@ body {
padding: 0;
background-color: var(--background-color);
line-height: 1.5;
font-size: 16px;
touch-action: none;
color: var(--text-color);
min-height: 100vh;
@ -176,6 +175,7 @@ body {
html {
touch-action: none;
background-color: var(--background-color);
font-size: 16px;
}
#root {