Skip to content

Commit

Permalink
fix breaking typo in tailwind.config
Browse files Browse the repository at this point in the history
  • Loading branch information
afcondon committed Jun 14, 2021
1 parent dca0e76 commit 8b00bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/tailwind.config.js
Expand Up @@ -6,7 +6,7 @@ module.exports = {
colors: {
'black-10': '#00091A',
'black-20': '#242A33',
'black-modal-a90': 'rgba(0,9,26,0.9);',
'black-modal-a90': 'rgba(0,9,26,0.9)',
'grey-50': '#5C6573',
'grey-50-a20': 'rgba(102,113,128,0.2)',
'grey-50-a30': 'rgba(102,113,128,0.3)',
Expand Down

0 comments on commit 8b00bc3

Please sign in to comment.