fix(tailwindcss): now working, need everyone to npm i again

This commit is contained in:
JK-le-dev 2025-10-18 14:29:47 -05:00
commit 57560e7a21
7 changed files with 714 additions and 45 deletions

7
src/styles/theme.css Normal file
View file

@ -0,0 +1,7 @@
@theme {
--paragraph: 255, 255, 255;
--background: 9, 31, 54;
--primary: 15, 40, 98;
--secondary: 79, 95, 118;
--accent: 158, 54, 58;
}