I’m using the Sanctum theme, in which italic links (internal and external) are not rendered at all. I have no idea why, bold links are working. So I’m trying to use CSS to make up for it.
I currently have:
.markdown-source-view.mod-cm6 .cm-hmd-internal-link, .markdown-rendered .internal-link em .cm-em {
font-style: italic;
}
Which is displaying all links as italic. I’m not sure how to differentiate the non italic from the italic ones. I would really appreciate any help with this. Thanks in advance!
Yes, thats exactly it, thank you very much! This works perfectly.
Yeah, I also don’t know why Sanctum isn’t picking it up. It looked weird when you had normal text in between links and formatting was something like: This is an italic sentence, with a Link in between. Sadly the theme isn’t maintained anymore and Sanctum Reborn also has this and some more problems. So, thanks again!