module.exports = {
content: [],
theme: {
extend: {},
colors: {
blue: "#1fb6ff",
purple: "#7e5bef",
orange: "#ff7849",
green: "#13ce66",
yellow: "#ffc82c",
},
},
plugins: [],
};
view raw index.css hosted with ❤ by GitHub