[Solved] Is there a way to change how internal links appear in headings?

I’m trying to conform the color of the internal link to the color of the heading, but only when the link appears in the heading itself. Is there any way to achieve that?

.cm-s-obsidian .HyperMD-header-1 span.cm-hmd-internal-link {
  color:var(--header-color);
}

Can change the color and the header designation (1-6) to apply to each header

1 Like

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