FIX: Header icons should be header_primray in dark theme

This commit is contained in:
Kane York 2015-08-18 15:11:49 -07:00
parent 13fdd35517
commit 924e67af9d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
.icon {
display: block;
padding: 3px;
color: scale-color($header_primary, $lightness: 50%);
color: dark-light-choose(scale-color($header_primary, $lightness: 50%), $header_primary);
text-decoration: none;
cursor: pointer;
border-top: 1px solid transparent;