webpro / reveal-md

reveal.js on steroids! Get beautiful reveal.js presentations from any Markdown file
MIT License
3.71k stars 416 forks source link

Can i change font color? #448

Closed Nngxu closed 11 months ago

Nngxu commented 1 year ago

I have a question, can i change font color of slied writing with reveal-md? In reveal.js, it is very easy change the font color.

MartenBE commented 1 year ago

You can do this using HTML-tags: <span style="color: red">test</span> .