another stage of client authentication

This commit is contained in:
DecDuck
2024-10-08 16:13:46 +11:00
parent 909432a6ce
commit 7523e536b5
10 changed files with 345 additions and 82 deletions

View File

@ -12,12 +12,14 @@ export default {
extend: {
fontFamily: {
sans: ["Inter"],
display: ["Motiva Sans"]
}
display: ["Motiva Sans"],
},
colors: {
zinc: {
925: "#111112",
},
},
},
},
plugins: [
require('@tailwindcss/forms'),
],
}
plugins: [require("@tailwindcss/forms")],
};