scanclient/tailwind.config.js

14 lines
193 B
JavaScript

module.exports = {
theme: {
extend: {
colors: {
reepolee: {
500: "#b40000",
600: "#9c0000",
700: "#750000",
},
},
},
},
};