You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web/src/css/global.css

8 lines
128 B
CSS

body {
@apply text-base w-full min-h-[100svh] bg-zinc-100 dark:bg-zinc-900;
}
#root {
@apply relative w-full min-h-full;
}