Commit 284b1a0f by Chris Rodriguez

LMS: darkening blue on Studio links

parent 1de57ed5
...@@ -67,8 +67,6 @@ $gray-d2: shade($gray,40%) !default; ...@@ -67,8 +67,6 @@ $gray-d2: shade($gray,40%) !default;
$gray-d3: shade($gray,60%) !default; $gray-d3: shade($gray,60%) !default;
$gray-d4: shade($gray,80%) !default; $gray-d4: shade($gray,80%) !default;
$blue: rgb(0, 120, 176);
$yellow: rgb(255, 252, 221); $yellow: rgb(255, 252, 221);
$pink: rgb(182,37,103); $pink: rgb(182,37,103);
......
...@@ -30,16 +30,16 @@ html.video-fullscreen { ...@@ -30,16 +30,16 @@ html.video-fullscreen {
.instructor-info-action { .instructor-info-action {
@extend %t-copy-sub2; @extend %t-copy-sub2;
@include float(right); @include float(right);
margin-left: ($baseline/2); @include margin-left($baseline/2);
padding: ($baseline/4) ($baseline/2); padding: ($baseline/4) ($baseline/2);
border-radius: ($baseline/4); border-radius: ($baseline/4);
background-color: $shadow-l2; background-color: $shadow-l2;
text-align: right; text-align: right;
text-transform: uppercase; text-transform: uppercase;
color: $lighter-base-font-color; color: $blue-d1;
&:hover { &:hover {
background-color: $link-hover; background-color: $blue-d1;
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: $lighter-base-font-color; color: $blue-d1;
&:hover { &:hover {
background-color: $link-hover; background-color: $blue-d1;
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