diff options
Diffstat (limited to 'pyblackbird_cc/templates/resources/resource_card_standard.html')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_card_standard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_card_standard.html b/pyblackbird_cc/templates/resources/resource_card_standard.html index 66e77ab..f8a557b 100644 --- a/pyblackbird_cc/templates/resources/resource_card_standard.html +++ b/pyblackbird_cc/templates/resources/resource_card_standard.html @@ -32,7 +32,7 @@ <span class="badge bg-info me-2">Feature slot: {{ resource.feature_slot }}</span> {% endif %} </div> - <div class="my-card-text my-2"> + <div class="text-body-secondary my-2"> <p>{{ resource.card_description }}</p> </div> <div class="d-flex flex-row justify-content-between align-items-end mt-2"> |