mossgreen: Close-up of a thistle in flower (Default)
mossgreen ([personal profile] mossgreen) wrote in [community profile] style_system2018-12-11 02:14 pm

Title/entry visited link colours

I'm using Librarian's Dream for a community I run and want to have the visited links in the entries be a different colour from the visited links in the entry title.

I'm not sure enough of CSS to know what to add to the custom CSS box, or if it's even possible to have them set to different colours - the one option in the 'Colors' dropdown changes both the entry title visited link colour and the colour of visited links in the entries themselves.
syntheid: [Elementary] Watson drinking tea looking contemplative (Default)

[personal profile] syntheid 2018-12-11 06:03 pm (UTC)(link)
something like

.entry-title a:visited {
  color: #123456;
}
.entry-content a:visited {
  color: #654321;
}


I think would work (obviously change the hex colors to what you want).
Edited (close parens...) 2018-12-11 18:04 (UTC)