From 7de6ebe17f0d48671ae6af82ec6507036600f03c Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Mon, 24 Nov 2014 10:02:35 -0800 Subject: [PATCH] update colors --- public/css/lib/bootstrap/variables.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/lib/bootstrap/variables.less b/public/css/lib/bootstrap/variables.less index 2d1009098a0..5dbcc60d41a 100644 --- a/public/css/lib/bootstrap/variables.less +++ b/public/css/lib/bootstrap/variables.less @@ -13,8 +13,8 @@ @gray-light: lighten(#000, 46.7%); // #777 @gray-lighter: lighten(#000, 93.5%); // #eee -@brand-primary: #5fcf80; -@brand-success: #5fcfb8; +@brand-primary: #4e8c39; +@brand-success: #2F8DA3; @brand-info: #5bc0de; @brand-warning: #f0ad4e; @brand-danger: #d9534f; @@ -25,7 +25,7 @@ //## Settings for some of the most global styles. //** Background color for ``. -@body-bg: #f7ebe3; +@body-bg: #c5b3a0; //** Global text color on ``. @text-color: @gray-dark;