How to change font color of backlinks in document?

I would like to change the font color of collapsed backlinks at the bottom of the document to match the color of internal links. Not sure what CSS to use for this. Any help would be greatly appreciated! Thanks!

Something like this?

If so, you could try:

.embedded-backlinks .backlink-pane .search-result-file-title {
    color: var(--link-color);
}
1 Like

That worked, thanks!

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