fuckthenorm
Member
Posted 4 years ago #
http://fuckthenorm.net/
this is my blog and normally it's white text on black background
when you select a piece of text the background turns to white and the text becomes black
how can I change the settings for my text to become green on blue background when selected (for example)?
fuckthenorm
Member
Posted 4 years ago #
No idea, but I guess you should do this in the style.css, but maybe you have to add coding and I can't help you with that.
fuckthenorm
Member
Posted 4 years ago #
yeah...i figured that out myself ;)
the first thing you would want to change is this, it is making your links the same colour as your background in FF at least
a:hover {
color: #000000;
text-decoration: none;
SP_HOVERLINK;
}
fuckthenorm
Member
Posted 4 years ago #