Skip to content

Commit

Permalink
style: color palette update
Browse files Browse the repository at this point in the history
  • Loading branch information
ztjhz committed Mar 4, 2023
1 parent 569c28a commit 9bc8399
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ module.exports = {
},
},
},
colors: {
gray: {
50: '#f7f7f8',
100: '#ececf1',
200: '#d9d9e3',
300: '#d1d5db',
400: '#acacbe',
500: '#8e8ea0',
600: '#4b5563',
700: '#40414f',
800: '#343541',
900: '#202123',
},
},
},
},
plugins: [require('@tailwindcss/typography')],
Expand Down

0 comments on commit 9bc8399

Please sign in to comment.