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:
Mike Thomas 2022-07-01 00:11:44 +09:00 committed by GitHub
parent fd3300a962
commit bfd9f204b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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;