express-jsdoc-swagger
express-jsdoc-swagger copied to clipboard
Theme?
Is there a way to modify the swagger UI theme?
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