Fix text on CTA buttons.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 16 Oct 2018 14:35:47 +0000 (10:35 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 16 Oct 2018 14:35:47 +0000 (10:35 -0400)
The anchor tag updates were overriding the font color on the CTA buttons. This
ensures that they should not be overriden.

Author: Sarah Conway

media/css/main.css

index 6f1c8468d853630f003dd6b9fbd9dc82b9618158..a031725c6b002874182d89e0f8ec85f06eff03b8 100644 (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 {