Skip to content

Commit

Permalink
blue changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Sep 14, 2023
1 parent 9bc9dbd commit e7a0de3
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions app/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,6 @@ module.exports = {
800: '#674BFD',
900: '#401EF8',
},
primary: {
50: '#F1F9FE',
200: '#4dd2ff',
300: '#33ccff',
400: '#1ac5ff',
500: '#00BFFF',
600: '#00ace6',
700: '#0099cc',
800: '#0086b3',
},

blue: {
50: '#D4F4FF',
100: '#BFF0FF',
Expand All @@ -110,6 +99,16 @@ module.exports = {
800: '#1B72F5',
900: '#015EEB',
},
primary: {
50: '#F1F9FE',
200: '#4dd2ff',
300: '#33ccff',
400: '#1ac5ff',
500: '#00BFFF',
600: '#00ace6',
700: '#0099cc',
800: '#0086b3',
},
},
dropShadow: {
blue: '1px 0px 3px #00BFFF',
Expand Down

0 comments on commit e7a0de3

Please sign in to comment.