Changing blue to pink as was previously there
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user