Ensure red buttons have white text

This commit is contained in:
Rob Harrington
2017-10-26 11:02:30 +11:00
parent f4ce0a4b81
commit a2ddf78842

View File

@@ -38,9 +38,10 @@ span.error, div.error:not(.flash) {
margin-bottom: 0;
}
input.red {
input.red, a.button.red, button.red {
background-color: #DA5354;
margin-right: 5px;
color: #ffffff;
}
a.button.red {