Browse Source

Fix basic step theme, bring back old teal

pull/2092/head
jlukic 9 years ago
parent
commit
e7cb4f290e
2 changed files with 2 additions and 2 deletions
  1. 2
      src/themes/default/elements/step.variables
  2. 2
      src/themes/default/globals/site.variables

2
src/themes/default/elements/step.variables

@ -94,5 +94,5 @@
/* Disabled */
@disabledBackground: @white;
@disabledBackground: @background;
@disabledColor: @disabledTextColor;

2
src/themes/default/globals/site.variables

@ -50,7 +50,7 @@
@pink : #E03997;
@purple : #6A33C8;
@red : #DB2828;
@teal : #00CAB4;
@teal : #00B5AD;
@yellow : #FBBD08;
/*--- Light Colors ---*/

Loading…
Cancel
Save