fix(aio): update contrast on mediumgray color
This commit is contained in:
parent
fe6b39d585
commit
3ddd28d37d
|
@ -104,7 +104,7 @@ button.vertical-menu-item {
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
color: $blue-grey-700;
|
color: $darkgray;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
|
@ -22,7 +22,7 @@ $offwhite: #FAFAFA;
|
||||||
$backgroundgray: #F1F1F1;
|
$backgroundgray: #F1F1F1;
|
||||||
$lightgray: #DBDBDB;
|
$lightgray: #DBDBDB;
|
||||||
$mist: #ECEFF1;
|
$mist: #ECEFF1;
|
||||||
$mediumgray: #7E7E7E;
|
$mediumgray: #6e6e6e;
|
||||||
$darkgray: #333;
|
$darkgray: #333;
|
||||||
$black: #0A1014;
|
$black: #0A1014;
|
||||||
$orange: #FF9800;
|
$orange: #FF9800;
|
||||||
|
|
Loading…
Reference in New Issue