Unverified Commit 8270cda1 by Michael Terry Committed by GitHub

Merge pull request #16577 from mikix/mikix/notes-a11y

Fix low contrast on Notes page
parents 7622898d c5882520
...@@ -76,7 +76,7 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4; ...@@ -76,7 +76,7 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4;
display: block; display: block;
margin-top: ($baseline/4); margin-top: ($baseline/4);
color: $gray-l1; color: $lightest-base-font-color;
letter-spacing: 0; letter-spacing: 0;
} }
} }
...@@ -372,7 +372,7 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4; ...@@ -372,7 +372,7 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4;
@include padding-right($baseline); @include padding-right($baseline);
color: $gray-l2; color: $lightest-base-font-color;
font-weight: $font-semibold !important; // needed for poor base LMS styling scope font-weight: $font-semibold !important; // needed for poor base LMS styling scope
} }
...@@ -450,6 +450,10 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4; ...@@ -450,6 +450,10 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4;
background: $gray-l5; background: $gray-l5;
border-top: ($baseline/4) solid $active-color; border-top: ($baseline/4) solid $active-color;
padding: ($baseline*1.5); padding: ($baseline*1.5);
a {
color: $blue-d1;
}
} }
.placeholder-title { .placeholder-title {
......
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