changing background color for coded links

Status
Not open for further replies.

Alegria

Active Member
121
2009
1
0
hi,
can anybody tell me how to change the background color for coded links?
i'm asking this because people who use Firefox and greasemonkey for checking if the links are working can't see the links.
here is a screenshot,so i want to change the white background to something darker.

55iihf.jpg


thanks for your help
regards
Alegria
 
3 comments
Edit CSS?

/styles/*THEME NAME*/theme ( this example is PRO-SILVER )
look for

content.CSS

You'll be looking for CODE or codecontent something along those lines. If you have a specific theme in mind and still cant find it. let me know and I'll adjust.

starting from
/* Code block */
background-color: #FFFFFF;

FFFFFF is white, change that to whatever background colour you want.
A good selection of colours are PASTELS -- they are easy on the eyes and pretty compatible with all monitors

Here is a list of colours HEX and NAME
http://www.w3schools.com/HTML/html_colornames.asp

Hope that helped a little.
 
Status
Not open for further replies.
Back
Top