Remove text-white from bg-secondary cards when needed

This commit is contained in:
XhmikosR
2020-09-20 16:30:34 +03:00
parent 149cac64db
commit 3e55823a32
6 changed files with 6 additions and 6 deletions

View File

@@ -1289,7 +1289,7 @@
<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-warning mb-3" style="max-width: 20rem;">
<div class="card bg-warning mb-3" style="max-width: 20rem;">
<div class="card-header">Header</div>
<div class="card-body">
<h4 class="card-title">Warning card title</h4>