Tweak colours
This commit is contained in:
parent
56475926de
commit
f88e89906c
2 changed files with 7 additions and 7 deletions
|
@ -47,11 +47,11 @@ let colors = {
|
|||
'transparent': 'transparent',
|
||||
|
||||
'black': '#22292f',
|
||||
'grey-darkest': '#3d4852',
|
||||
'grey-darker': '#606f7b',
|
||||
'grey-darkest': '#333333',
|
||||
'grey-darker': '#444444',
|
||||
'grey-dark': '#8795a1',
|
||||
'grey': '#b8c2cc',
|
||||
'grey-light': '#dae1e7',
|
||||
'grey': '#B7B7B7',
|
||||
'grey-light': '#DDDDDD',
|
||||
'grey-lighter': '#eeeeee',
|
||||
'grey-lightest': '#f8fafc',
|
||||
'white': '#ffffff',
|
||||
|
|
Reference in a new issue