Different colour for links inserted in pages
R
Rebecca Häußler
Hey,
it would be absolutely amazing if there would be the possibility to separate links inserted on pages via a different colour than the rest of the links (page tree, title, menu,...).
In our case, we decided to colour our links grey, as nearly everything in Confluence is marked as a link. Therefore it makes it hard to recognize links inserted on pages.
I know we could just decide to e.g. mark all links blue but then our whole Confluence would be blue.
I hope our use case is understandable.
R
René Biwer
i dont know if i understood your problem correct, but this should be possible with simple css, which can be added in linchpin configuration.
div#main-content a {
color: red;
}
Maybe it helps.