loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable cssnano's colormin plugin (#15347)

It produces odd rgba values which also seem to cause issues in monaco's
color parser where the scoll shadow went red for some reason.

Regression by: https://github.com/go-gitea/gitea/pull/15333

authored by

silverwind and committed by
GitHub
b62bd8e7 e8693eb3

+1
+1
webpack.config.js
··· 93 93 discardComments: { 94 94 removeAll: true, 95 95 }, 96 + colormin: false, 96 97 }, 97 98 ], 98 99 },