proper-website-2/web/static/custom.js
2022-03-14 20:32:35 +01:00

11 lines
148 B
JavaScript

tailwind.config = {
theme: {
extend: {
colors: {
'cool': '#362730',
'borderpink': '#fce6ff',
'aliceblue': '#f0f8ff',
}
}
}
}