mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 22:59:56 +01:00
8 lines
129 B
CSS
8 lines
129 B
CSS
@import "tailwindcss";
|
|
@import "@nuxt/ui";
|
|
|
|
@plugin "@tailwindcss/typography";
|
|
|
|
body {
|
|
@apply bg-white dark:bg-neutral-950;
|
|
} |