Fix text on CTA buttons.

The anchor tag updates were overriding the font color on the CTA buttons. This
ensures that they should not be overriden.

Author: Sarah Conway
This commit is contained in:
Jonathan S. Katz
2018-10-16 10:35:47 -04:00
parent 50ac1ab518
commit 0938dba4b8

View File

@ -1054,7 +1054,7 @@ hr.eventseparator {
.btn-primary {
background-color: #336791;
border-color: #336791;
color: #fff;
color: #fff !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn:active:focus, .btn.active:focus {