M
Miri
Guest
I would like to be able to change only the links within the posts. Is there a way to do this without adding extra.less code?
I was using this solution with extra.less for a dark theme:
Code:
I also tried "Style properties" but it changes all the links on the page.
Can you confirm that it can't be done without using custom code?
Continue reading...
I was using this solution with extra.less for a dark theme:
Code:
Code:
/* This is the Light Blue color of the links in posts */
.message-content a.link--internal {
color: #4EA1D3;
}
I also tried "Style properties" but it changes all the links on the page.
Can you confirm that it can't be done without using custom code?
Continue reading...