Changed the primary color to a lighter one

This commit is contained in:
Raphael Michel
2015-06-22 13:54:22 +02:00
parent e12ddcc61d
commit 7308405da5
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
@gray-light: lighten(#000, 60%);
@gray-lighter: lighten(#000, 93.5%);
@gray-lightest: lighten(#000, 97.25%);
@brand-primary: #3b1c4a;
@brand-primary: #8E44B3;
@brand-success: #5cb85c;
@brand-info: #5bc0de;
@brand-warning: #f0ad4e;