mirror of
https://github.com/usememos/memos.git
synced 2025-02-24 23:27:53 +01:00
12 lines
406 B
CSS
12 lines
406 B
CSS
html,
|
|
body {
|
|
@apply text-base w-full h-full 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";
|
|
}
|
|
|
|
#root {
|
|
@apply w-full h-full;
|
|
}
|