mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
update gray color to their mapped k value
This commit is contained in:
parent
eb87c8cecc
commit
49ece7838e
1 changed files with 3 additions and 2 deletions
|
@ -22,8 +22,9 @@ $font-mono: 'Inconsolata', monospace;
|
|||
$font-book: 325;
|
||||
$font-bold: 400;
|
||||
|
||||
$color-gray-200: #e3e3e3;
|
||||
$color-gray-500: #666666;
|
||||
$color-gray-100: #e6e6e6;
|
||||
$color-gray-200: #cccccc;
|
||||
$color-gray-500: #808080;
|
||||
$color-gray-800: #333333;
|
||||
$rounded-radius: 8pt;
|
||||
|
||||
|
|
Loading…
Reference in a new issue