diff --git a/src/app.css b/src/app.css index afbd33c..f21285f 100644 --- a/src/app.css +++ b/src/app.css @@ -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")]; } diff --git a/static/background-light.jpg b/static/background-light.jpg new file mode 100644 index 0000000..052f0ff Binary files /dev/null and b/static/background-light.jpg differ