Als iemand op mijn forum http://www.scopi.be/forum/ een link plaatst is er niet veel verschil in kleur met de normale tekst, waar kan ik de kleur van de links aanpassen.
Heb dat vroeger eens gedaan maar ben het vergeten

Code: Selecteer alles
/* General page style */
a:link,a:active,a:visited,a.postlink{color:#32475f;text-decoration:none}
a:hover{color:#839fbc;text-decoration:underline}Code: Selecteer alles
/* General page style */
a:link,a:active,a:visited{color:#32475f;text-decoration:none}
a.postlink{color:#32475f;text-decoration:underline}
a:hover{color:#839fbc;text-decoration:underline}Code: Selecteer alles
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FF8448; }
a:hover { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}Code: Selecteer alles
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #FF8448; }
a.topictitle:hover { text-decoration: underline; color : #DD6900; }Code: Selecteer alles
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #FF8448; border-style: solid;
border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px