diff options
author | 2022-02-09 00:32:54 +0000 | |
---|---|---|
committer | 2022-02-09 00:32:54 +0000 | |
commit | 3bc28dba86db81390abeb8ae693e516487037926 (patch) | |
tree | 1d6e7672c733d9e5098e9cbd4bd31bca61ad089b /pydis_site/templates/base | |
parent | Determine current theme and set switch (diff) |
Use colour helpers
Diffstat (limited to 'pydis_site/templates/base')
-rw-r--r-- | pydis_site/templates/base/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/base/footer.html b/pydis_site/templates/base/footer.html index 8663f3a1..9beb284f 100644 --- a/pydis_site/templates/base/footer.html +++ b/pydis_site/templates/base/footer.html @@ -1,5 +1,5 @@ -<footer class="footer has-background-dark" style="color: #FFFFFF"> - <div class="content has-text-centered"> +<footer class="footer has-background-grey-darker"> + <div class="content has-text-centered has-text-grey-lighter"> <p> Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.eu/"><span id="netcup-logo">netcup</span></a><br>Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> © {% now "Y" %} <span id="pydis-text">Python Discord</span> </p> |