diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-16 17:28:54 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-16 17:28:54 +0100 |
commit | 8c0cbec4a801771c2eda26bba54d4cfcf95ca9d7 (patch) | |
tree | d86c72a8b25b9a9f0f04e898320e9aedd77968d6 /pyblackbird_cc/templates/resources/resource_list.html | |
parent | 86bb29b4d378314bd906248e08198c1952d2f0a4 (diff) |
Tweak the GBP sign and the colour of card description text
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index af1a126..fdd0394 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -36,7 +36,7 @@ {# standard resources #} <div class="row my-4 text-center"> <div class="col"> - <h5 class="display-6">Standard resources</h5> + <h5 class="display-6 text-display-secondary">Standard resources</h5> </div> </div> |