light mode nord and background

This commit is contained in:
Benjamin Palko 2025-06-27 09:07:05 -04:00
parent d3b6f6038b
commit acc5bbd363
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
@import "tailwindcss";
@plugin "daisyui" {
themes: light --default, forest --prefersdark;
themes: nord --default, forest --prefersdark;
}
:root {
@apply bg-[url("/background.jpg")] bg-cover font-[Roboto];
@apply bg-[url("/background-light.jpg")] bg-cover font-[Roboto] dark:bg-[url("/background.jpg")];
}