Skip to content

Commit

Permalink
chore: update global css (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack authored Dec 2, 2022
1 parent 07f0c3f commit e3d7619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/css/global.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body,
html {
@apply text-base bg-white dark:bg-zinc-800;
html,
body {
@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",
"WenQuanYi Micro Hei", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
Expand Down

0 comments on commit e3d7619

Please sign in to comment.