mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 02:03:40 -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;
|
||||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue