mdsvex fixes

This commit is contained in:
Benjamin Palko 2026-01-27 09:38:29 -05:00
parent 832ef7f411
commit a515a2a687
26 changed files with 585 additions and 179 deletions

View file

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