Q&A
- OS: Windows
- Browser: chrome
- Version: 146.0.7680.178
- Method of installation: maven
- Swagger-UI version: 5.32.0
- Swagger/OpenAPI version: OpenAPI 3.1.0
Content & configuration
Example Swagger/OpenAPI definition:
"/api/v1/some_endpoint": {
"post": {
"description": "This endpoint processes user data.\n\n Features:\n - Accepts JSON payload\n - Validates input fields\n - Stores data in the database"
}
}
Describe the bug you're encountering
Markdown list color is too dark in Dark Mode - for all HTTP methods.
To reproduce...
- Add any markdown-style list:
- item1
- item2
- item3
- Go to the Swagger UI page.
- Select Night Mode.
Expected behavior
Markdown lists have the same color as default text (as it is in Light Mode).
Screenshots
GET

POST

PUT

DELETE

Light Mode

Q&A
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
Markdown list color is too dark in Dark Mode - for all HTTP methods.
To reproduce...
- item1- item2- item3Expected behavior
Markdown lists have the same color as default text (as it is in Light Mode).
Screenshots
GET





POST
PUT
DELETE
Light Mode