Wednesday, July 20, 2005

HTML Bleg

Anybody with more html knowledge than I know how to change the color of my links in my template? I think they're kind of difficult to see, and I'd like them to be a nice soft blue or something. But if possible, I'd like to keep the sidebar links the same color that they currently have.

Anyone? Bueller? Bueller?

2 comments:

Anonymous said...

I tend to go for trial and error. Look at your template, and see where it says:

/* Default links */

a:link, a:visited {
font-weight : bold;
text-decoration : none;
color: #998;
background: transparent;
}


My best guess would be to change the color # there. A soft blue would be #336, I think. Could be totally wrong.

Philip said...

Brilliant! Thanks Dawn. I think it's much more readable now.