leaf-hsiao / catfish

A typora markdown theme
112 stars 38 forks source link

Unreadable diagram preview font color #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

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!

leaf-hsiao commented 6 years ago

Thanks for your help, you can create a pull request to this repository. Anyway, I will fix it.