Skip to content

Commit

Permalink
docs: lighter color
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 17, 2020
1 parent 8ccd9b9 commit dc2a12a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module.exports = {
extend: {
colors: {
primary: {
100: '#EFE7FA',
200: '#D6C3F1',
300: '#BD9FE9',
400: '#8C57D9',
500: '#5A0FC8',
600: '#510EB4',
700: '#360978',
800: '#29075A',
900: '#1B053C'
100: '#F4EEFB',
200: '#E2D5F6',
300: '#D1BCF0',
400: '#AF89E4',
500: '#8C57D9',
600: '#7E4EC3',
700: '#543482',
800: '#3F2762',
900: '#2A1A41'
}
}
}
Expand Down

0 comments on commit dc2a12a

Please sign in to comment.