From 2227577138ae0eebb3cb6515e3719a4641475c39 Mon Sep 17 00:00:00 2001 From: rainbownapkin Date: Fri, 2 Dec 2022 04:32:34 +0000 Subject: [PATCH] Fixed useroptions --- templates/useroptions.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/useroptions.pug b/templates/useroptions.pug index 60596aac..f5a76c20 100644 --- a/templates/useroptions.pug +++ b/templates/useroptions.pug @@ -32,6 +32,8 @@ mixin us-general select#us-theme.form-control option(value="/css/themes/fore.st.css") Dawn [Frosted Glass] option(value="/css/themes/fore.st.lite.css") Dawn [Smoked Quartz] + option(value="/css/themes/fore.st.mistletoe.css") Mistletoe [Frosted Glass] + option(value="/css/themes/fore.st.mistletoe.lite.css") Mistletoe [Smoked Quartz] option(value="/css/themes/fore.st.dusk.css") Dusk [Frosted Glass] option(value="/css/themes/fore.st.dusk.lite.css") Dusk [Smoked Quartz] option(value="/css/themes/fore.st.neon.css") Neon [Frosted Glass]