Worked on layout, added model funktions, changed database

Changes to the migration file make it necessary to reimport the
database: db:drop, db:create, db:migrate, db:seed
This commit is contained in:
2024-08-01 00:27:55 +02:00
parent 40ea1910c7
commit e3d5d97c6c
9 changed files with 137 additions and 34 deletions

View File

@@ -13,6 +13,13 @@ module.exports = {
sans: ["Inter var", ...defaultTheme.fontFamily.sans],
},
},
extend: {
colors: {
"hsrm-red": "#c20008",
"hsrm-red-dark": "#af0007",
"hsrm-red-light": "#e20009",
},
},
},
plugins: [
require("@tailwindcss/forms"),