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.
|
body {
|
|
@apply text-base w-full min-h-[100svh] bg-zinc-100 dark:bg-zinc-900;
|
|
}
|
|
|
|
#root {
|
|
@apply relative w-full min-h-full;
|
|
}
|