@@ -401,7 +401,7 @@ input, select, textarea {
401401 button : hover ,
402402 .button : hover {
403403 box-shadow : inset 0 0 0 2px # 34a58e ;
404- color : # 143a32 !important ;
404+ color : # e2e2e2 !important ;
405405 }
406406
407407 input [type = "submit" ]: hover : active ,
@@ -410,7 +410,7 @@ input, select, textarea {
410410 button : hover : active ,
411411 .button : hover : active {
412412 background-color : rgba (52 , 165 , 142 , 0.15 );
413- color : # 143142 !important ;
413+ color : # e2e2e2 !important ;
414414 }
415415
416416 input [type = "submit" ].icon ,
@@ -458,7 +458,7 @@ input, select, textarea {
458458 input [type = "button" ].primary ,
459459 button .primary ,
460460 .button .primary {
461- background-color : # 34a58e ;
461+ background-color : # e2e2e2 ;
462462 box-shadow : none;
463463 }
464464
@@ -467,7 +467,7 @@ input, select, textarea {
467467 input [type = "button" ].primary : hover ,
468468 button .primary : hover ,
469469 .button .primary : hover {
470- background-color : # 47c5ab ;
470+ background-color : # e2e2e2 ;
471471 color : # ffffff !important ;
472472 }
473473
@@ -476,7 +476,7 @@ input, select, textarea {
476476 input [type = "button" ].primary : hover : active ,
477477 button .primary : hover : active ,
478478 .button .primary : hover : active {
479- background-color : # 287e6d ;
479+ background-color : # e2e2e2 ;
480480 }
481481
482482 input [type = "submit" ].disabled , input [type = "submit" ]: disabled ,
0 commit comments