Revert "FIX: Header icons should be header_primary exactly"
This reverts commit 4d0c328404
.
This commit is contained in:
parent
e5f4020c75
commit
13fdd35517
|
@ -61,7 +61,7 @@
|
|||
.icon {
|
||||
display: block;
|
||||
padding: 3px;
|
||||
color: $header_primary;
|
||||
color: scale-color($header_primary, $lightness: 50%);
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
border-top: 1px solid transparent;
|
||||
|
|
|
@ -3,7 +3,7 @@ $secondary: #ffffff !default;
|
|||
$tertiary: #0088cc !default;
|
||||
$quaternary: #e45735 !default;
|
||||
$header_background: #ffffff !default;
|
||||
$header_primary: #999999 !default;
|
||||
$header_primary: #333333 !default;
|
||||
$highlight: #ffff4d !default;
|
||||
$danger: #e45735 !default;
|
||||
$success: #009900 !default;
|
||||
|
|
Loading…
Reference in New Issue