Add dark theme

This commit is contained in:
Ramires Viana
2020-01-02 00:48:48 +00:00
committed by Henrique Dias
parent cc7ec4f0c5
commit 55a9d945cc
9 changed files with 183 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ func handleWithStaticData(w http.ResponseWriter, r *http.Request, d *data, box *
"LoginPage": auther.LoginPage(),
"CSS": false,
"ReCaptcha": false,
"Theme": d.settings.Branding.Theme,
}
if d.settings.Branding.Files != "" {