summaryrefslogtreecommitdiff
path: root/internal/web
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web')
-rw-r--r--internal/web/thread.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/thread.go b/internal/web/thread.go
index 246c05b97..557e00381 100644
--- a/internal/web/thread.go
+++ b/internal/web/thread.go
@@ -124,6 +124,7 @@ func (m *Module) threadGETHandler(c *gin.Context) {
cssFA,
cssStatus,
cssThread,
+ instanceCustomCSSPath,
}...,
)
@@ -131,7 +132,6 @@ func (m *Module) threadGETHandler(c *gin.Context) {
if theme := targetAccount.Theme; theme != "" {
stylesheets = append(
stylesheets,
- instanceCustomCSSPath,
themesPathPrefix+"/"+theme,
)
}