update gray color to their mapped k value

This commit is contained in:
Jason Gao 2023-10-11 22:43:50 +08:00
parent eb87c8cecc
commit 49ece7838e

View file

@ -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;