Hey! I experimented with some things - this is what I came up with but honestly I personally don’t like it that much:
At least for now I’m not going to include it in the theme, but if you want you can add these lines:
a,
.cm-s-obsidian span.cm-hashtag {
text-decoration: none !important;
}
a:hover {
text-decoration: underline !important;
}
a.tag,
.cm-s-obsidian span.cm-hashtag {
color: var(--yellow);
}
a.internal-link,
.cm-s-obsidian span.cm-hmd-internal-link {
color: var(--aqua);
}