aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base/base.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-10 13:21:35 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-10 13:21:35 +0100
commitc72b83fa4ded6a99e7b66037fbbfee4214aa1df8 (patch)
treeb4d6d64125c45f5841be199a533c0094b4983535 /pydis_site/templates/base/base.html
parentInitial work on some base templates (diff)
Fix footer text colour
Diffstat (limited to 'pydis_site/templates/base/base.html')
-rw-r--r--pydis_site/templates/base/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index a9edac49..46a273ec 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -27,7 +27,7 @@
{% include "base/navbar.html" with active_item=True dropdowns=True icon_weight="fal" use_logo=True %}
{% block content %}{% endblock %}
-<footer class="footer has-background-dark has-text-grey">
+<footer class="footer has-background-dark has-text-light">
<div class="content has-text-centered">
<p>
&copy; 2019 Python Discord | Built with Django and Bulma