Skip to content

Commit

Permalink
notifications.html: use bg-body (#77)
Browse files Browse the repository at this point in the history
* notifications.html: use bg-body

* Update notifications.html

---------

Co-authored-by: Kevin Chung <[email protected]>
  • Loading branch information
erdnaxe and ColdHeat authored Apr 13, 2024
1 parent 35aa76e commit 3a54b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2 class="text-center">
</h2>
{% endif %}
{% for notification in notifications %}
<div class="card bg-light mb-4">
<div class="card bg-body-tertiary mb-4">
<div class="card-body">
<h3 class="card-title">{{ notification.title }}</h3>
<blockquote class="blockquote mb-0">
Expand Down

0 comments on commit 3a54b26

Please sign in to comment.