badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Link in lists – wrong color

#3756
Nikita
Participant

Hm, It’s easy to solve this problem. Just change in css:

#content ul a, #content ol a {
	color: #777;
}

Change to:

#content ul a, #content ol a {
	color: #05A9C5;
}