feat: upgrade to support wasm.

This commit is contained in:
Zhang Dian
2023-06-04 23:10:03 +08:00
parent 7c1fd71e43
commit 232e6e4b41
6 changed files with 18 additions and 25 deletions

View File

@@ -1,4 +1,11 @@
/* HTML styles for the splash screen */
:root {
--sat: env(safe-area-inset-top);
--sar: env(safe-area-inset-right);
--sab: env(safe-area-inset-bottom);
--sal: env(safe-area-inset-left);
}
/* HTML styles for the splash screen */
.highlight {
color: white;