Add site health panel
This commit is contained in:
parent
0a53808d73
commit
c9276f960a
2 changed files with 18 additions and 18 deletions
|
@ -50,13 +50,14 @@ let colors = {
|
|||
'black': '#22292f',
|
||||
'grey-darkest': '#333333',
|
||||
'grey-darker': '#444444',
|
||||
'grey-dark': '#8795a1',
|
||||
'grey-dark': '#888888',
|
||||
'grey': '#B7B7B7',
|
||||
'grey-light': '#DDDDDD',
|
||||
'grey-lighter': '#eeeeee',
|
||||
'grey-lightest': '#f8fafc',
|
||||
'white': '#ffffff',
|
||||
|
||||
'blue-darker': '#002d64',
|
||||
'blue-dark': '#0B5386',
|
||||
'blue-light': '#008DC7',
|
||||
'blue': '#1E70AB',
|
||||
|
|
Reference in a new issue