Browse Source

update global.variables.

positive and negative now default to @red and @green
pull/301/head
Jon James 11 years ago
parent
commit
f444b7e367
1 changed files with 2 additions and 3 deletions
  1. 5
      src/global.variables

5
src/global.variables

@ -41,7 +41,6 @@
@blue : #6ECFF5;
@gold : #FFCB08;
@green : #5BBD72;
@lightGreen : #A1CF64;
@orange : #E96633;
@pink : #D9499A;
@purple : #564F8A;
@ -51,8 +50,8 @@
@yellow : #F6F3D5;
/*--- Emotive ---*/
@positiveColor : #5BBD72;
@negativeColor : #D95C5C;
@positiveColor : @green;
@negativeColor : @red;
@infoColor : #E6F4F9;
@warningColor : #96904D;

Loading…
Cancel
Save