Ihor Sychevskyi
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/theme.js
|
@ -18,7 +18,7 @@ const colors = { |
|
|
brand: '#61dafb', // electric blue
|
|
|
brand: '#61dafb', // electric blue
|
|
|
brandLight: '#bbeffd', |
|
|
brandLight: '#bbeffd', |
|
|
text: '#1a1a1a', // very dark grey / black substitute
|
|
|
text: '#1a1a1a', // very dark grey / black substitute
|
|
|
subtle: '#6d6d6d', // light grey for text
|
|
|
subtle: '#6B6B6B', // light grey for text
|
|
|
subtleOnDark: '#999', |
|
|
subtleOnDark: '#999', |
|
|
divider: '#ececec', // very light grey
|
|
|
divider: '#ececec', // very light grey
|
|
|
note: '#ffe564', // yellow
|
|
|
note: '#ffe564', // yellow
|
|
|