Commit bec06790 authored by Robert Knight's avatar Robert Knight

Make menu section heading slightly darker

Per the useful notes in `variables.scss`, $grey-5 is the lightest grey
that can be used on a white background for the text to meet WCAG
contrast requirements. This change also makes menu section headings more
consistent with other text in the sidebar.
parent 4890f94b
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
} }
.menu-section__heading { .menu-section__heading {
color: var.$grey-semi; color: var.$grey-5;
font-size: var.$body1-font-size; font-size: var.$body1-font-size;
line-height: 1; line-height: 1;
margin: 1px 1px 0; margin: 1px 1px 0;
......
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