update colors

pull/2/head
Michael Q Larson 2014-11-24 10:02:35 -08:00
parent d9502856dc
commit 7de6ebe17f
1 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
@gray-light: lighten(#000, 46.7%); // #777 @gray-light: lighten(#000, 46.7%); // #777
@gray-lighter: lighten(#000, 93.5%); // #eee @gray-lighter: lighten(#000, 93.5%); // #eee
@brand-primary: #5fcf80; @brand-primary: #4e8c39;
@brand-success: #5fcfb8; @brand-success: #2F8DA3;
@brand-info: #5bc0de; @brand-info: #5bc0de;
@brand-warning: #f0ad4e; @brand-warning: #f0ad4e;
@brand-danger: #d9534f; @brand-danger: #d9534f;
@ -25,7 +25,7 @@
//## Settings for some of the most global styles. //## Settings for some of the most global styles.
//** Background color for `<body>`. //** Background color for `<body>`.
@body-bg: #f7ebe3; @body-bg: #c5b3a0;
//** Global text color on `<body>`. //** Global text color on `<body>`.
@text-color: @gray-dark; @text-color: @gray-dark;