Milimalist links

I’m using minimalist theme, but the links are hard to see. I adjusted the link font in the plugin “Style Settings” but it doesn’t change anything. Any ideas?

Edit a snippet CSS like “my-link.css”, add this css :

body:not(.links-ext-on) .cm-link .cm-underline, body:not(.links-ext-on) .cm-s-obsidian span.cm-url, body:not(.links-ext-on) .external-link, body:not(.links-int-on) .cm-hmd-internal-link .cm-underline, body:not(.links-int-on) .cm-s-obsidian span.cm-hmd-internal-link:hover, body:not(.links-int-on) .markdown-preview-view .internal-link, body:not(.links-int-on) a.internal-link, body:not(.links-int-on) a[href*="obsidian://"] {
color: #111111 /*or whatever color you like*/
} 

And that would do the job.

Don’t foget to activate it in the “Apparence - Snippet” menu, and you would be OK :slight_smile: