Commit deaa0446 by Chris Rodriguez

Changing blue to pink as was previously there

parent 284b1a0f
......@@ -301,6 +301,9 @@ $audit-color-lvl2: tint($audit-color-lvl1, 33%);
// edx-specific: credit
$credit-color-base: rgb(244,195,0); // accessible with black text
// edx-specific: Studio/Staff actions
$staff-color: $pink;
// ----------------------------
// #TYPOGRAPHY
......
......@@ -36,10 +36,10 @@ html.video-fullscreen {
background-color: $shadow-l2;
text-align: right;
text-transform: uppercase;
color: $blue-d1;
color: $staff-color;
&:hover {
background-color: $blue-d1;
background-color: $staff-color;
color: $white;
}
}
......
......@@ -252,10 +252,10 @@
background-color: $shadow-l2;
text-align: right;
text-transform: uppercase;
color: $blue-d1;
color: $staff-color;
&:hover {
background-color: $blue-d1;
background-color: $staff-color;
color: $white;
}
}
......
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