danielgtaylor / atom-api-blueprint-preview

Live preview API Blueprint in Atom
MIT License
43 stars 19 forks source link

Tweak font colors #61

Open seanohollaren opened 8 years ago

seanohollaren commented 8 years ago

With my current Atom theme (Atom Material) and syntax theme (Monokai), the Blueprint preview window is attempting to display white text on a white background. What's the recommended way to fix this?

Thanks!

example

timwis commented 7 years ago

I'm experiencing this too. As a work-around, I went to the application menu Atom -> Stylesheet and added:

.api-blueprint-preview {
  color: black;
}