diff options
author | 2022-02-07 22:23:24 +0000 | |
---|---|---|
committer | 2022-02-07 22:23:24 +0000 | |
commit | c7359569b5d775553a93a7686f9ac4f21892000a (patch) | |
tree | 29d38dd88e9d4ef888ada9c69b8e84e9d108a51c /pydis_site/templates | |
parent | Correct typehints (diff) |
Add dark theme stylesheet
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/base/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html index b7322f12..f7dce8b0 100644 --- a/pydis_site/templates/base/base.html +++ b/pydis_site/templates/base/base.html @@ -24,6 +24,8 @@ <title>Python Discord | {% block title %}Website{% endblock %}</title> {% bulma %} + {% bulma 'dark' %} + {% font_awesome %} <link rel="stylesheet" href="{% static "css/base/base.css" %}"> {% block head %}{% endblock %} |