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