mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
another stage of client authentication
This commit is contained in:
@ -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")],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user