Skip to content

Commit ad9d8e6

Browse files
committed
added theme colors
1 parent 5f6ef9e commit ad9d8e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tailwind.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ module.exports = {
77
],
88
theme: {
99
extend: {},
10+
colors: {
11+
cardColor: "#ecdfc8",
12+
buttonColor: "#df7861",
13+
descColor: "#e08a76",
14+
appBgColor: "#f4f1ec",
15+
},
16+
fontFamily: {
17+
body: ["Urbanist"],
18+
},
1019
},
1120
plugins: [],
1221
};

0 commit comments

Comments
 (0)