feat: setup, landing page

This commit is contained in:
Louis
2025-10-24 14:24:49 +02:00
parent b62fbe505b
commit 5eb0beafb3
25 changed files with 1834 additions and 466 deletions

View File

@@ -4,7 +4,13 @@ export default {
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
extend: {
colors: {
primary: `rgb(var(--color-primary)/ <alpha-value>)`,
secondary: `rgb(var(--color-secondary)/ <alpha-value>)`,
accent: `rgb(var(--color-accent)/ <alpha-value>)`,
},
},
},
plugins: [],
}