mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
increase contrast on navigation headers (#6422)
I increased contrast of the navigation headers. Fleet black 25% was too light. Fleet black 50% was too dark. - I introduced a new color variable - Fleet black 33%
This commit is contained in:
parent
fd3300a962
commit
bfd9f204b0
2 changed files with 2 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ a.text-danger:hover, a.text-danger:focus {
|
|||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
padding-top: 16px;
|
||||
color: @core-fleet-black-25;
|
||||
color: @core-fleet-black-33;
|
||||
font-size: 11px;
|
||||
line-height: 20px;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
@core-fleet-black: #192147;
|
||||
@core-fleet-black-75: #515774;
|
||||
@core-fleet-black-50: #8b8fa2;
|
||||
@core-fleet-black-33: #B3B6C1;
|
||||
@core-fleet-black-25: #C5C7D1;
|
||||
|
||||
@core-vibrant-red: #FF5C83;
|
||||
|
|
|
|||
Loading…
Reference in a new issue