The default Docusaurus theme has CSS that styles HTML elements directly (such as
table td, table th
or
table tr
without referencing classes or anything more specific. Is it possible to limit or scope these styles somehow?
We're using Redoc to include a page that has our OpenAPI spec and while it looks about 95% correct, the Docusaurus CSS styles are either overriding or applying to a lot of the Redoc HTML elements. I'm currently going through and creating a custom CSS that applies directly to Redoc elements but it's a pretty tedious process.