mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-18 15:32:57 +00:00
Remove text-white
from bg-secondary
cards when needed
This commit is contained in:
@@ -1271,7 +1271,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>
|
<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>
|
</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-header">Header</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title">Secondary card title</h4>
|
<h4 class="card-title">Secondary card title</h4>
|
||||||
|
@@ -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>
|
<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>
|
</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-header">Header</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title">Warning card title</h4>
|
<h4 class="card-title">Warning card title</h4>
|
||||||
|
@@ -1292,7 +1292,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>
|
<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>
|
</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-header">Header</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title">Warning card title</h4>
|
<h4 class="card-title">Warning card title</h4>
|
||||||
|
@@ -1271,7 +1271,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>
|
<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>
|
</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-header">Header</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title">Secondary card title</h4>
|
<h4 class="card-title">Secondary card title</h4>
|
||||||
|
@@ -1271,7 +1271,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>
|
<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>
|
</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-header">Header</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title">Secondary card title</h4>
|
<h4 class="card-title">Secondary card title</h4>
|
||||||
|
@@ -1271,7 +1271,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>
|
<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>
|
</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-header">Header</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title">Secondary card title</h4>
|
<h4 class="card-title">Secondary card title</h4>
|
||||||
|
Reference in New Issue
Block a user