fix seeding errors and remove meet-bonfire from certification requirements

This commit is contained in:
Quincy Larson
2016-01-14 21:02:15 -08:00
committed by Berkeley Martinez
parent 49a57e7965
commit 3105dda128
3 changed files with 2 additions and 170 deletions

View File

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