Commit a0f757f8 by Chris Rodriguez Committed by Chris Rodriguez

Increasing contrast in course nav accordions

parent b4c4e818
......@@ -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