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 mermaid Entity-Relationship-Diagram attribute colors #4984

Closed
wants to merge 2 commits into from
Closed

Fix mermaid Entity-Relationship-Diagram attribute colors #4984

wants to merge 2 commits into from

Conversation

BalduinLandolt
Copy link

Resolves #4975

I went through all diagram types covered with examples - there was nothing else significant missing, so nothing more to fix than the issue I reported initially.

@@ -30,7 +30,7 @@

// Colors
--md-mermaid-edge-color: var(--md-code-fg-color);
--md-mermaid-node-bg-color: var(--md-accent-fg-color--transparent);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, so this is actually a pretty fundamental change:

Before:

Bildschirmfoto 2023-02-07 um 16 44 23

Now:

Bildschirmfoto 2023-02-07 um 16 44 54

I'm afraid I don't like the changes, and expect many users to complain since they're quite fundamental. Could you please check if there's another solution? Unfortunately, this solution can't be merged.

@squidfunk
Copy link
Owner

Superseded by f759841. The commit fixes the issue without changing all styles:

Bildschirmfoto 2023-02-07 um 18 42 58

@squidfunk squidfunk closed this Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjustment in Mermaid ERD Colors to improve Readability in Dark Mode
2 participants