fix: white flash when opening keyboard on mobile in dark mode

This commit is contained in:
thecodrr
2021-01-13 10:13:19 +05:00
parent 21bc1f2ed7
commit 3985f3e7ac

View File

@@ -7,6 +7,7 @@ body {
html,
body {
font-size: 18px;
background-color: var(--background);
}
}