fix: refactor css

This commit is contained in:
2025-01-28 17:21:57 +01:00
parent 33c5432019
commit 69fc6d4d5a
8 changed files with 107 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,5 @@
@import "tailwindcss";
@import "./components.css";
@theme {
@@ -7,7 +8,6 @@
--ease-fluid: cubic-bezier(0.3, 0, 0, 1);
--ease-snappy: cubic-bezier(0.2, 0, 0, 1); /* ... */
--color-primary-50: #fff1f2;
--color-primary-100: #ffe4e6;
--color-primary-200: #fecdd3;