Skip to content

Commit 5a85e8d

Browse files
committed
extend rather than override color palette
1 parent f88bce3 commit 5a85e8d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

tailwind.config.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
export default {
33
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
44
theme: {
5-
colors: {
6-
background: "#b3b3b3",
7-
// background: "#4d4d4d",
8-
primary: "#240e1f",
9-
secondary: "#c08021",
10-
accent: "#e96932",
5+
extend: {
6+
colors: {
7+
background: "#b3b3b3",
8+
// background: "#4d4d4d",
9+
primary: "#240e1f",
10+
secondary: "#c08021",
11+
accent: "#e96932",
12+
},
1113
},
12-
extend: {},
1314
},
1415
plugins: [],
1516
};

0 commit comments

Comments
 (0)