fix seeding errors and remove meet-bonfire from certification requirements
This commit is contained in:
committed by
Berkeley Martinez
parent
49a57e7965
commit
3105dda128
@@ -14,7 +14,7 @@
|
||||
@gray-light: lighten(@gray-base, 46.7%); // #777
|
||||
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
|
||||
|
||||
@brand-primary: #407521;
|
||||
@brand-primary: #009901;
|
||||
@brand-success: #457e86;
|
||||
@brand-info: #2b414f;
|
||||
@brand-warning: #f0ad4e;
|
||||
@@ -31,7 +31,7 @@
|
||||
@text-color: @gray-dark;
|
||||
|
||||
//** Global textual link color.
|
||||
@link-color: #215f1e;
|
||||
@link-color: @brand-primary;
|
||||
//** Link hover color set via `darken()` function.
|
||||
@link-hover-color: darken(@link-color, 15%);
|
||||
//** Link hover decoration.
|
||||
|
Reference in New Issue
Block a user