keitaoouchi / MarkdownView

Markdown View for iOS.
MIT License
1.98k stars 213 forks source link

Change background and text color #36

Closed ghost closed 5 years ago

ghost commented 5 years ago

For my darkmode feature, I want to change background and text color of the markdown view.

How can I made that ?

I use MarkdownView 1.5.0with Swift 5

ghost commented 5 years ago

Issue solved : just add this in the markdown file

<style>body {background-color: #34495e;}</style><font color=\"#FFFFFF\">