express-jsdoc-swagger icon indicating copy to clipboard operation
express-jsdoc-swagger copied to clipboard

Theme?

Open wajeht opened this issue 3 years ago • 1 comments

Is there a way to modify the swagger UI theme?

wajeht avatar Oct 22 '22 21:10 wajeht

The time is 2023-7-17 17:22:00 and I find this issue, I found this issue and thought there would be an answer, but there was no response. After a long time, I opened the source code and found a custom style option like this

swaggerUiOptions: { customCssUrl: [ '/stylesheets/swagger-custom.css', ], },

Then you can create a swagger-custom.css file in the stylesheets folder, All user styles are overlaid and written in swagger-custom. css

shanliangdeYWJ avatar Jul 17 '23 09:07 shanliangdeYWJ