FIX: Header icons should be header_primray in dark theme
This commit is contained in:
parent
13fdd35517
commit
924e67af9d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue