Bump up text contrast to improve readability
This commit is contained in:
parent
f2ebc55ac0
commit
461a1348c0
2 changed files with 3 additions and 3 deletions
|
@ -48,8 +48,8 @@ $type-size-8 : 0.625em; // ~10px
|
|||
========================================================================== */
|
||||
|
||||
$gray : #7a8288;
|
||||
$dark-gray : mix(#000, $gray, 30%);
|
||||
$darker-gray : mix(#000, $gray, 50%);
|
||||
$dark-gray : mix(#000, $gray, 40%);
|
||||
$darker-gray : mix(#000, $gray, 60%);
|
||||
$light-gray : mix(#fff, $gray, 50%);
|
||||
$lighter-gray : mix(#fff, $gray, 90%);
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue