update about and remove strapi
All checks were successful
Deployment / Deploy website (push) Successful in 3m58s
Deployment / Deploy strapi (push) Successful in 3m10s

This commit is contained in:
Benjamin Palko 2025-06-18 13:53:13 -04:00
parent 342a0bffdb
commit 009ec42f3d
8 changed files with 61 additions and 75 deletions

View file

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