You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using mermaid diagrams or flow chars, the font color makes it impossible to read. I tested it on windows and osx with the same results. I added the following lines to catfish.css and it's a lot better this way.
.md-diagram-panel-preview {
color: #263238;
}
This theme is now my favorite, thank you for your work!
The text was updated successfully, but these errors were encountered:
When using mermaid diagrams or flow chars, the font color makes it impossible to read. I tested it on windows and osx with the same results. I added the following lines to catfish.css and it's a lot better this way.
This theme is now my favorite, thank you for your work!
The text was updated successfully, but these errors were encountered: