diff options
author | 2024-01-18 12:51:17 +0800 | |
---|---|---|
committer | 2024-01-18 12:51:17 +0800 | |
commit | f0a5da2bf84818f2ac72b6272ee674bef6e6134c (patch) | |
tree | ac63094209268d2ecf3584f5928c060da38b2b60 /pydis_site/templates | |
parent | Dark: More subtle collapsible and box-shadow borders (diff) |
Optimistic fix for FOUC on initial site load
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/base/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html index bf58fb05..e497298a 100644 --- a/pydis_site/templates/base/base.html +++ b/pydis_site/templates/base/base.html @@ -24,6 +24,7 @@ <title>Python Discord | {% block title %}Website{% endblock %}</title> {% bulma %} + {% bulma 'dark' include_js=False %} {% font_awesome %} <link rel="stylesheet" href="{% static "css/base/base.css" %}"> |