mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
FIX: Header icons should be header_primray in dark theme
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user