Update status.php
[clinton/MarylandElectronicPetitionSignature.git] / index.php
index 71b693b..1d13732 100644 (file)
--- a/index.php
+++ b/index.php
@@ -32,7 +32,7 @@ slack_general('Home Page Loaded ('.$_COOKIE['invite'].')','md-petition');
       if ($d2['landing_page'] != ''){
         $link = $d2['landing_page']; 
       }
-      echo " <button class='$d2[web_short_name]' style='background-color:$d2[web_color]; border: solid 1px black; padding:5px;'>$d2[petition_name]</button>
+      echo " <button class='$d2[web_short_name]' style='color:$d2[web_color_text]; background-color:$d2[web_color]; border: solid 1px black; padding:5px;'>$d2[petition_name]</button>
       <script>
       $('.$d2[web_short_name]').click(function() {
         location.href = 'https://www.md-petition.com/$link';