Ability to change letter color without using bold or italics

Use case or problem

Be able to change the colors of letters and words without having to use bold or italics, regardless of the theme used.

Proposed solution

Implement a system to simply change the color of the letters by selecting it, similar to what Notion has, without the need to change the letters to bold or italics

Current workaround (optional)

The only workaround currently working is to change themes, and change the overall color of letters in said theme’s CSS file.

Related feature requests (optional)

1 Like

You can use HTML for this, try this:

Red lette<span style="color:red;">r</span>s

Which renders like this: image

1 Like