mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Header icons should be header_primary exactly
This commit is contained in:
parent
0282d89b29
commit
4d0c328404
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue