forked from rosa/hakurei
Compare commits
10 Commits
564bc9f98d
...
656853742a
| Author | SHA1 | Date | |
|---|---|---|---|
|
656853742a
|
|||
|
514229f8f2
|
|||
|
d6cb58faed
|
|||
|
7641da837b
|
|||
|
b4d685df83
|
|||
|
218dc61425
|
|||
|
384274c8f6
|
|||
|
d4cfa730e2
|
|||
|
09ce962a79
|
|||
|
8482b5f2fa
|
@@ -19,7 +19,7 @@ func serveStaticContent(w http.ResponseWriter, r *http.Request) {
|
||||
if len(darkTheme) > 0 && darkTheme[0].Value == "true" {
|
||||
http.ServeFileFS(w, r, content, "ui/static/dark.css")
|
||||
} else {
|
||||
http.ServeFileFS(w, r, content, "ui/static/light.css")
|
||||
http.ServeFileFS(w, r, content, "ui/static/dark.css")
|
||||
}
|
||||
case "/favicon.ico":
|
||||
http.ServeFileFS(w, r, content, "ui/static/favicon.ico")
|
||||
|
||||
Reference in New Issue
Block a user