diff options
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index 2a6ab3a..3c8780f 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -44,7 +44,7 @@ </div> </div> <div class="row"> - <div class="col-3 py-3 m-4 bg-body-tertiary border border-1 rounded"> + <div class="col-3 py-3 m-4 bg-white border border-1 rounded"> <h5>Welcome!</h5> <p> I love to make clear and colourful resources and can't resist using rainbow colours @@ -53,7 +53,7 @@ I am also available to tutor younger learners online via Sherpa! </p> </div> - <div class="col py-3 m-4 bg-body-tertiary border border-1 rounded"> + <div class="col py-3 m-4 bg-white border border-1 rounded"> <h2 class="text-primary">Subscriptions available now!</h2> <p> I love to make clear and colourful resources and can't resist using rainbow colours |