Fixed color to use custom property. (#2240)

This commit is contained in:
Paul 2019-03-29 17:46:00 -04:00 committed by Ben Halpern
parent e5b9a1b7b1
commit b22b3e3048

View file

@ -156,6 +156,7 @@
.primary-sticky-nav-org-summary{
font-weight: 400;
color: $black;
color: var(--theme-container-color, $black);
padding: 4px 0px;
font-size:0.95em;
margin-top: 20px;