Skip to content

Commit 5194d6e

Browse files
Update tailwind.config.js
1 parent 5e1ffb0 commit 5194d6e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tailwind.config.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ module.exports = {
1010
center : "true"
1111
},
1212
extend: {
13+
colors: {
14+
'pricing': '#ff8a05',
15+
},
16+
spacing: {
17+
'pricing': '1rem',
18+
},
19+
typography: {
20+
'pricing': { fontSize: '1.5rem' },
21+
},
1322
backgroundImage: {
1423
'bgs': "url('../public/banner-bg.png')",
1524
},
@@ -40,4 +49,4 @@ module.exports = {
4049
},
4150
},
4251
plugins: [require("daisyui")],
43-
};
52+
};

0 commit comments

Comments
 (0)