Changing blue to pink as was previously there

This commit is contained in:
Chris Rodriguez
2015-12-02 12:10:56 -05:00
parent 284b1a0fdf
commit deaa044669
3 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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;
}
}

View File

@@ -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;
}
}