Standard Theme
I just learned how to use firebug, and it has changed my life! 😉
http://www.pagelines.com/tag/firebug/
Figured it out. I changed the line height on this line of code.
.widget ul li { border-top: 1px solid #b0b0b0; display: block; line-height: 20px; color: #666; }
Figured it out. I just add the color I want to this line.
`.widget ul li a:link, .widget ul li a:visited { text-decoration: none; color: #ff8000; }
Do you guys know how to edit the color of the links?
Thanks for this information guys!