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!
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!