Recovery documentation page broken?
Discussed in https://github.com/ory/kratos/discussions/2566
Originally posted by jonnyijapan July 4, 2022 If I open this link: https://www.ory.sh/docs/kratos/self-service/flows/account-recovery#recovery-for-server-side-browser-clients
It shows a page that looks like this. It looks like it might be broken, or some design isn't working. It looks like a dark blue background, with text that is dark brown/grey. The text is almost invisible, it's not easy to even spot the text.

If I do a cmd-a to select all text, the text becomes easier to see...

I also have a similar issue with darkmode enabled on the recovery documentation [1]. Without darkmode it looks good again.
[1]
We probably just have to tweak the mermaid template a bit https://github.com/sjwall/mdx-mermaid/pull/21
This PR will (hopefully?) fix it: https://github.com/facebook/docusaurus/pull/7490 So the question is if we wait for this or make a custom mermaid style for darkmode before.
Hm it seems the mermaid blocks have the same styling as "info" admonissions.
if we can override --ifm-color-info-contrast-background just for the mermaid graphs that would fix it.
Not valid anymore after merging https://github.com/ory/docs/pull/995