mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -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 {
|
.icon {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
color: scale-color($header_primary, $lightness: 50%);
|
color: $header_primary;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
|
|
|
@ -3,7 +3,7 @@ $secondary: #ffffff !default;
|
||||||
$tertiary: #0088cc !default;
|
$tertiary: #0088cc !default;
|
||||||
$quaternary: #e45735 !default;
|
$quaternary: #e45735 !default;
|
||||||
$header_background: #ffffff !default;
|
$header_background: #ffffff !default;
|
||||||
$header_primary: #333333 !default;
|
$header_primary: #999999 !default;
|
||||||
$highlight: #ffff4d !default;
|
$highlight: #ffff4d !default;
|
||||||
$danger: #e45735 !default;
|
$danger: #e45735 !default;
|
||||||
$success: #009900 !default;
|
$success: #009900 !default;
|
||||||
|
|
Loading…
Reference in a new issue