mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-02 18:19:50 -04:00
FIX: Header icons should be header_primray in dark theme
This commit is contained in:
parent
13fdd35517
commit
924e67af9d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue