add cvs
All checks were successful
Deploy valere.dev / deploy (push) Successful in 10s

This commit is contained in:
valere
2025-10-29 20:56:34 +01:00
parent 973c1bedb4
commit 7355b1a9b4
30 changed files with 19384 additions and 64 deletions

View File

@@ -8,4 +8,15 @@ module.exports = {
"./app.vue",
"./error.vue",
],
theme: {
extend: {
colors: {
primary: "#f2c200", // yellow
secondary: "#e2702c", // orange
alert: "#c63f42", // red
surface: "#4f3d4b", // purple
background: "#253e54", // blue
},
},
},
};