Commit aa8f73ff by Brian Talbot

edx.org - revises base blue and color references to adhere to WCAG color contrast guidelines

parent 8da62871
...@@ -46,8 +46,9 @@ $m-gray: rgb(153,153,153); ...@@ -46,8 +46,9 @@ $m-gray: rgb(153,153,153);
$m-gray-d1: rgb(102,102,102); $m-gray-d1: rgb(102,102,102);
$m-gray-d2: rgb(51,51,51); $m-gray-d2: rgb(51,51,51);
$m-gray-a1: rgb(80,80,80); $m-gray-a1: rgb(80,80,80);
$m-blue: rgb(85, 151, 221); $m-blue: rgb(65, 116, 170);
$m-blue-l1: rgb(230,245,252); // $m-blue: rgb(85, 151, 221); (used in marketing redesign)
$m-blue-l1: rgb(85, 151, 221);
$m-blue-d1: shade($m-blue,15%); $m-blue-d1: shade($m-blue,15%);
$m-blue-s1: saturate($m-blue,15%); $m-blue-s1: saturate($m-blue,15%);
$m-pink: rgb(204,51,102); $m-pink: rgb(204,51,102);
......
...@@ -148,8 +148,8 @@ ...@@ -148,8 +148,8 @@
} }
&:hover, &:active { &:hover, &:active {
border-bottom: 1px dotted $m-blue-s1; border-bottom: 1px dotted $m-blue-l1;
color: $m-blue-s1; color: $m-blue-l1;
} }
} }
...@@ -339,11 +339,11 @@ ...@@ -339,11 +339,11 @@
&.is-focused { &.is-focused {
label { label {
color: $m-blue-s1; color: $m-blue-l1;
} }
.tip { .tip {
color: $m-blue-s1; color: $m-blue-l1;
} }
} }
......
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