How can I have link bolded that use bold color?

I want to have a bold link that have the bold color instead of color link.

Example

  • bold color: green
  • link color: violet

when i type something like this: [[link]] ← the word color is violet

when i type something like this: [[link]] ← the word color is violet and the word is bolded, but i want:

  • word color=bold color (green)

( the word must remain bolded)

in short words : the bold color must overwrite the link color

In a CSS snippet:

em, em a {color: green;}

You might need to add some things to make work with Obsidian’s complicated styles. Also, themes are changing in the next release (new default is already in Insider builds) so you might want to wait for that in case changes affect your snippet.

CSS help:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.