atom-api-blueprint-preview icon indicating copy to clipboard operation
atom-api-blueprint-preview copied to clipboard

Tweak font colors

Open seanohollaren opened this issue 8 years ago • 1 comments

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

seanohollaren avatar Apr 25 '16 18:04 seanohollaren

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

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

timwis avatar Jun 12 '17 14:06 timwis