feat: Add default font size for app (#130)

This commit is contained in:
CharleeWa 2024-10-30 14:30:31 +08:00
parent 4498dbd34d
commit 621e599789
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
html {
background: var(--van-gray-1);
font-size: var(--van-font-size-lg);
color-scheme: light;
}