From 4de6d4064bb072e4ad9ab96035e3e6e635ff8753 Mon Sep 17 00:00:00 2001 From: hedy Date: Thu, 18 Jan 2024 10:59:09 +0800 Subject: Dark: Possibly fix FOUC during theme switch --- pydis_site/templates/base/navbar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 3aa860cf..2fcd8ad8 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -1,9 +1,9 @@ {% load static %} {% block head %} - - - + + + {% endblock %}