This commit is contained in:
@@ -8,4 +8,15 @@ module.exports = {
|
||||
"./app.vue",
|
||||
"./error.vue",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: "#f2c200", // yellow
|
||||
secondary: "#e2702c", // orange
|
||||
alert: "#c63f42", // red
|
||||
surface: "#4f3d4b", // purple
|
||||
background: "#253e54", // blue
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user