FIX: Header icons should be header_primary exactly

This commit is contained in:
Kane York 2015-08-18 14:37:23 -07:00
parent 0282d89b29
commit 4d0c328404
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,7 +3,7 @@ $secondary: #ffffff !default;
$tertiary: #0088cc !default;
$quaternary: #e45735 !default;
$header_background: #ffffff !default;
$header_primary: #333333 !default;
$header_primary: #999999 !default;
$highlight: #ffff4d !default;
$danger: #e45735 !default;
$success: #009900 !default;