Skip to content

Commit

Permalink
Fixed color to use custom property. (forem#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
peiche authored and benhalpern committed Mar 29, 2019
1 parent e5b9a1b commit b22b3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/sticky-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b22b3e3

Please sign in to comment.