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, ) }