chore: update global css (#657)

This commit is contained in:
boojack
2022-12-02 21:34:43 +08:00
committed by GitHub
parent a467a7c173
commit 07f0c3f052
3 changed files with 8 additions and 6 deletions

7
web/src/css/global.css Normal file
View File

@ -0,0 +1,7 @@
body,
html {
@apply text-base bg-white dark:bg-zinc-800;
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei UI", "Microsoft YaHei",
"WenQuanYi Micro Hei", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
}