Note that this will get you links within entries that are the same color through the whole page, because I don't know how the alternating effect is achieved. It will also only change the links for the line that includes the comment count; you want div.entry-content and li.module-list-item for entry bodies and sidebar links.
(I'm sure there are more elegant ways but this works for me for now.)
Re: links
http://www.dreamwidth.org/settings/?tag=comment
and then go here
http://www.dreamwidth.org/customize/options.bml?group=customcss
and put in something like this:
div.footer a:link {
color: #0000ff;
}
div.footer a:visited {
color: #800080;
}
Note that this will get you links within entries that are the same color through the whole page, because I don't know how the alternating effect is achieved. It will also only change the links for the line that includes the comment count; you want div.entry-content and li.module-list-item for entry bodies and sidebar links.
(I'm sure there are more elegant ways but this works for me for now.)