9 lines
205 B
CSS
9 lines
205 B
CSS
@import "tailwindcss";
|
|
|
|
@plugin "daisyui" {
|
|
themes: nord --default, forest --prefersdark;
|
|
}
|
|
|
|
:root {
|
|
@apply bg-[url("/background-light.jpg")] bg-cover font-[Roboto] dark:bg-[url("/background.jpg")];
|
|
}
|