Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix opaque background on mermaid diagrams #21642

Merged
merged 3 commits into from
Oct 31, 2022
Merged

Commits on Oct 31, 2022

  1. Fix opaque background on mermaid diagrams

    Browsers introduce a opaque background on iframes if the iframe
    element's color-scheme does not match the document's color scheme which
    in case of a dark theme results in a mismatch. Avoid this by specifying
    the same color scheme for mermaid diagrams.
    
    See https://fvsch.com/transparent-iframes for more info.
    silverwind committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d09059d View commit details
    Browse the repository at this point in the history
  2. Add comment

    silverwind authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    130b29e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf488e View commit details
    Browse the repository at this point in the history