Skip to content

Commit

Permalink
simplex: fix secondary card text color, closes thomaspark#809
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 20, 2018
1 parent 7614d3a commit 2caa868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/simplex/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ <h4 class="card-title">Primary card title</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card text-white bg-secondary mb-3" style="max-width: 20rem;">
<div class="card bg-secondary mb-3" style="max-width: 20rem;">
<div class="card-header">Header</div>
<div class="card-body">
<h4 class="card-title">Secondary card title</h4>
Expand Down

0 comments on commit 2caa868

Please sign in to comment.