Commit 94438224 by Chris

Merge pull request #8434 from edx/clrux/ux-2291-course-nav-gradient-a11y

Increasing contrast in course nav accordions
parents b621870f a0f757f8
......@@ -398,9 +398,9 @@ $form-bg-color: $white;
$modal-bg-color: rgb(245,245,245);
// MISC: sidebar
$sidebar-chapter-bg-top: rgba(255, 255, 255, .6);
$sidebar-chapter-bg-top: rgba(255, 255, 255, .5);
$sidebar-chapter-bg-bottom: rgba(255, 255, 255, 0);
$sidebar-chapter-bg: rgb(238,238,238); // #eeeeee
$sidebar-chapter-bg: rgb(246,246,246); // #f6f6f6
$sidebar-active-image: linear-gradient(top, rgb(230,230,230), rgb(214,214,214));
// TOP HEADER IMAGE MARGIN
......
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