diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index a558e233..fce6d844 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -714,6 +714,7 @@ p{ .green.button, .green.button:visited { background-color: #749a02; + color:#fff; } .green.button:hover { background-color: #b2d15a; @@ -721,6 +722,7 @@ p{ .blue.button, .blue.button:visited { background-color: #398aac; + color:#fff; } .blue.button:hover { background-color: #58a2c1;