Skip to content

Commit

Permalink
ar(colors) temp colors
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed May 11, 2024
1 parent 7a0d5fc commit 5784984
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ export default {
theme: {
colors: {
primary: {
light: '#123456',
dark: '#654321',
light: '#2962FF',
dark: '#82B1FF',
},
secondary: {
light: '#567890',
dark: '#098765',
light: '#558B2F',
dark: '#AED581',
},
outro: {
light: '#345678',
dark: '#876543',
light: '#FF7043',
dark: '#FFAB91',
},
body: {
light: '#2A2A2A',
Expand Down

0 comments on commit 5784984

Please sign in to comment.