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

Unreadable diagram preview font color #6

Closed
ghost opened this issue Dec 13, 2017 · 1 comment
Closed

Unreadable diagram preview font color #6

ghost opened this issue Dec 13, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 13, 2017

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
Copy link
Owner

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

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

No branches or pull requests

1 participant