switch to forest theme

This commit is contained in:
Benjamin Palko 2025-05-12 18:11:20 -04:00
parent ce50f8a6d6
commit 3ea150227b
9 changed files with 76 additions and 11 deletions

View file

@ -1,5 +1,9 @@
@import 'tailwindcss';
@plugin "daisyui";
@plugin "daisyui" {
themes:
light --default,
forest --prefersdark;
}
:root {
@apply font-[Roboto];