From c05b6a498ec1d9bfd25703bd0a4a559fb1c3acdc Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sun, 24 Nov 2024 14:03:42 -0800 Subject: [PATCH] Fix CSS theme ordering --- web/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/templates/base.html b/web/templates/base.html index 58c0677..8233c30 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -8,7 +8,6 @@ - {{- if eq .WebsiteTheme "light" -}} @@ -18,6 +17,8 @@ {{- end -}} + + {{- if and .LoggedIn (.CurrentUser.GetProfileField "website-theme-hue") }} {{- $WebsiteThemeHue := .CurrentUser.GetProfileField "website-theme-hue" }}