mirror of
https://github.com/usememos/memos.git
synced 2025-10-12 23:38:26 +08:00
chore: update global css (#658)
This commit is contained in:
parent
07f0c3f052
commit
e3d76193b9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
body,
|
html,
|
||||||
html {
|
body {
|
||||||
@apply text-base bg-white dark:bg-zinc-800;
|
@apply text-base dark:bg-zinc-800;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei UI", "Microsoft YaHei",
|
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",
|
"WenQuanYi Micro Hei", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
||||||
"Noto Color Emoji";
|
"Noto Color Emoji";
|
||||||
|
|
Loading…
Add table
Reference in a new issue