scanclient/tailwind.config.js

14 lines
193 B
JavaScript
Raw Permalink Normal View History

2021-03-14 18:26:21 +00:00
module.exports = {
theme: {
extend: {
colors: {
reepolee: {
500: "#b40000",
600: "#9c0000",
700: "#750000",
},
},
},
},
};