Help with custom CSS → color for bold words

Hi, there are some markdown editors out there that show bold words in a slightly different color. I wanted to get this feature too, to highlight keywords in a text.

But my CSS knowledge is to limited and I need your help. :handshake:
:grey_question: Is there a way do overwrite the color of all bold words in a task/note?

Thanks
Chris

Hello Chris,

A rule like this should work:

.userContent strong, .userContent b {
  color: #164174;
}

I’ll add it to our CSS customization list

Hope this helps,
KIR

1 Like

Big THANKS for your help. :heart:
This works exactly like I hoped. :slight_smile:

1 Like