Thanks for the beautiful skin.
I'm trying to change a:link color (it's the same color as normal text, so not very visible in posts), but can't figure out how. I searched for the color #363636 in templates, but a whole list of css files showed up.
Then I tried to be smart and use "Replacement Variable Manager", but that only changed the hover color. Any ideas?
EDIT Found it. For those interested, add the following to this style's additional.css and change the color as you please:
Code:
/* ***** link color ***** */
.postcontent a {
color: #2d97dd;
font-weight: bold;
text-decoration: underline;
}