Commit 6e47162e by Marko Jevtic

[ECOM-7520] Fix Low Color Contrast

parent 67e83f92
......@@ -147,7 +147,7 @@
color: $white;
&:hover, &:active, &:focus {
background: $m-blue-d1;
background: $uxpl-blue-hover-active;
color: $white;
}
......@@ -203,7 +203,7 @@
color: $white;
&:hover, &:active, &:focus {
background: $m-green-s1;
background: $uxpl-green-hover-active;
color: $white;
}
......
......@@ -1143,7 +1143,7 @@
padding: ($baseline/2) ($baseline*1.5);
background: white;
text-align: center;
color: $m-gray-l2;
color: $gray-d2;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment