Make buttons #fff instead of color (it looked like a christmas tree).

This commit is contained in:
mmcwilliams 2018-03-14 21:07:47 -04:00
parent acc9b8e89d
commit d2ad8aa274
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@
} }
} }
&.fwd i{ &.fwd i{
color: @FORWARD; color: #fff; //@FORWARD;
} }
&.bwd i{ &.bwd i{
color: @BACKWARD; color: #fff; //@BACKWARD;
} }
&:active, &:active,
&.active{ &.active{