Softer greys

This commit is contained in:
James Barnsley
2017-06-19 08:15:48 +12:00
parent 74234bb1fd
commit e6bafd7267
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
right: 0;
left: 0;
height: 40px;
background: $white;
background: $faint_grey;
color: $black;
border-top: 1px solid $light_grey;

View File

@ -1,12 +1,12 @@
$turquoise: #08d58f;
$off_white: #F5F5F5;
$faint_grey: #EEEEEE;
$light_grey: #DDDDDD;
$mid_grey: #AAAAAA;
$faint_grey: #f4f2f0;
$light_grey: #edeae7;
$mid_grey: #a3a19f;
$grey: #888888;
$dark_grey: #333333;
$darkest_grey: #111111;
$dark_grey: #232221;
$darkest_grey: #1b1a19;
$secondary_grey: #888888;
$white: #FFFFFF;
$black: #000000;