Skip to content

Commit 6643adb

Browse files
committed
better dark grey colours
1 parent 32f4617 commit 6643adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ $brand-color: #ee6408;
2828
$grey-color: #828282;
2929
$grey-color-lighter: #eaeaeb;
3030
$grey-color-light: #cccbcb;
31-
$grey-color-dark: #747474;
32-
$grey-color-darker: #343434;
31+
$grey-color-dark: #7d8186;
32+
$grey-color-darker: #3B3E43;
3333

3434
$header-height: 56px;
3535
$square-size: 120px;

0 commit comments

Comments
 (0)