Skip to content

Commit

Permalink
update background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Dec 19, 2023
1 parent 2af6c14 commit bc4eb19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ module.exports = {
error: 'hsl(4, 93%, 60%)',
success: 'hsl(82, 97%, 41%)',
warning: 'hsl(33, 100%, 57%)',
'bkg-1': '#08050A',
'bkg-2': '#1B1420',
'bkg-3': '#211528',
'bkg-4': '#2B1B36',
'bkg-1': 'hsl(256, 18%, 9%)',
'bkg-2': 'hsl(256, 18%, 11%)',
'bkg-3': 'hsl(256, 18%, 17%)',
'bkg-4': 'hsl(256, 18%, 21%)',
'fgd-1': '#F5F1F8',
'fgd-2': '#ECE4F1',
'fgd-3': '#CDBFD6',
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.tsbuildinfo

Large diffs are not rendered by default.

1 comment on commit bc4eb19

@vercel
Copy link

@vercel vercel bot commented on bc4eb19 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.