It's using embedded CSS for the hover, so something in the page's CSS might be overriding it, I don't know much about it myself, just experimenting.
text:hover {
fill: orange;
}
It's using embedded CSS for the hover, so something in the page's CSS might be overriding it, I don't know much about it myself, just experimenting.
text:hover {
fill: orange;
}