Lukasa / language-restructuredtext

A ReStructuredText syntax package for Atom
MIT License
27 stars 15 forks source link

Text under heading displayed in blue ? #68

Open kalimbra opened 4 years ago

kalimbra commented 4 years ago

For some times now the text just under an header is displayed in blue color. Is this intentional ? Seems it didn't do that in the past . Not a big issue, but hinder a little the readability of the page.

Capture d’écran_2020-06-25_14-13-34

Alhadis commented 2 years ago

That's just the colour applied by your syntax theme. You can tweak it using your stylesheet:

.syntax--text.syntax--restructuredtext{
    /* Replace “#cca” with whatever colour you prefer */
    color: #cca;
}