Skip to content

Commit

Permalink
Hard coding Details link to white
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmytipit committed Dec 3, 2015
1 parent e09aece commit a7894c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h1 style="color: #{$Company.CompanyColor} !important;"> $Name </h1>
</div>
<div class="col-sm-4">
<a style="background-color: #{$Company.CompanyColor}" href="$Call2ActionUri" rel="nofollow" class="marketplace-details-btn">Details &amp; Signup</a>
<a style="background-color: #{$Company.CompanyColor}; color: #ffffff;" href="$Call2ActionUri" rel="nofollow" class="marketplace-details-btn">Details &amp; Signup</a>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit a7894c7

Please sign in to comment.