This commit is contained in:
Quincy Larson
2016-01-10 23:49:09 -06:00
committed by Berkeley Martinez
parent 7f0be44f98
commit f410a94b54
5 changed files with 50 additions and 217 deletions

View File

@@ -14,9 +14,9 @@
@gray-light: lighten(@gray-base, 46.7%); // #777
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
@brand-primary: #215f1e;
@brand-success: #457E86;
@brand-info: #4A2B0F;
@brand-primary: #407521;
@brand-success: #457e86;
@brand-info: #2b414f;
@brand-warning: #f0ad4e;
@brand-danger: #d9534f;
@@ -26,7 +26,7 @@
//## Settings for some of the most global styles.
//** Background color for `<body>`.
@body-bg: #eee;
@body-bg: #ffffff;
//** Global text color on `<body>`.
@text-color: @gray-dark;