 Grail KnightQui audet adipisciturPremium join:2003-05-31 Valhalla kudos:6 Reviews:
·Time Warner Cable
1 edit | reply to Mele20
Re: Tuning default BBR theme Using Fx myself and my link colors are being used.
Do not know what your Fx issue is but you can always put some .css code in your userContent.css file and all sites will use the link colors you specify.
Edit* In case yo udo not feel like looking for the .css here is mine. Change the colors to to suit your needs.
Remember userContent.css file. ----------------------------------------------------------
* Have the color of visited links=Red, not visited links=Blue & hover=green. */ a[href]:visited { color: red !important; } a[href]:link { color: dark blue !important; } a[href]:hover { background-color: rgb(255,255,128) !important; } |