aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/base/base-hero.html2
-rw-r--r--pydis_site/templates/base/base.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/base/base-hero.html b/pydis_site/templates/base/base-hero.html
index 40de6deb..652662e0 100644
--- a/pydis_site/templates/base/base-hero.html
+++ b/pydis_site/templates/base/base-hero.html
@@ -39,7 +39,7 @@
{% 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
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