mdsvex fixes
This commit is contained in:
parent
832ef7f411
commit
a515a2a687
26 changed files with 585 additions and 179 deletions
|
|
@ -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")];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue