Skip to content

Commit 7edf91a

Browse files
authored
gold color
1 parent dda1b45 commit 7edf91a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tailwind.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ module.exports = {
77
fontFamily: {
88
sans: ['Source Sans Pro', ...defaultTheme.fontFamily.sans],
99
},
10+
colors: {
11+
gold: {
12+
300: '#FFD700'
13+
}
1014
},
1115
},
1216
plugins: [

0 commit comments

Comments
 (0)