fix(aio): update contrast on mediumgray color

This commit is contained in:
Stefanie Fluin 2017-06-07 09:00:50 -07:00 committed by Alex Rickabaugh
parent fe6b39d585
commit 3ddd28d37d
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ button.vertical-menu-item {
}
.heading {
color: $blue-grey-700;
color: $darkgray;
cursor: pointer;
position: relative;
text-transform: uppercase;

View File

@ -22,7 +22,7 @@ $offwhite: #FAFAFA;
$backgroundgray: #F1F1F1;
$lightgray: #DBDBDB;
$mist: #ECEFF1;
$mediumgray: #7E7E7E;
$mediumgray: #6e6e6e;
$darkgray: #333;
$black: #0A1014;
$orange: #FF9800;