mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/index: move font size to html root
This commit is contained in:
parent
c48f24d2de
commit
99b3fd0e5e
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,6 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 16px;
|
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
@ -176,6 +175,7 @@ body {
|
||||||
html {
|
html {
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#root {
|
#root {
|
||||||
|
|
Loading…
Add table
Reference in a new issue