rohit-gohri / redocusaurus

OpenAPI for Docusaurus with Redoc
https://redocusaurus.vercel.app/
MIT License
600 stars 111 forks source link

Callbacks lack proper background in dark mode #306

Closed tomas-zijdemans-vipps closed 9 months ago

tomas-zijdemans-vipps commented 9 months ago
Screenshot 2023-09-19 at 08 25 53
tomas-zijdemans-vipps commented 9 months ago

This code fixes the issue, though it can be improved probably if you have the proper class names (I can only see the generated ones)

`html[data-theme='dark'] .redocusaurus div[id^='tag'] button:has(span):has(.operation-type) { background-color: rgb(27, 32, 40); }

html[data-theme='dark'] .redocusaurus div[id^='tag'] button + div { background-color: rgb(27, 32, 40); }`