beamershow/tailwind.config.js
2021-03-30 20:10:12 +02:00

14 lines
193 B
JavaScript

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