
EDIT: for reference, it appears the problem color is #002b3d and the offending class is "postlink".
EDIT2: Snipped some now-irrelevant stuff from my first edit. 'Tis a bug in the CSS. I continued perusing down below
- Code: Select all
/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
and almost immediately found
- Code: Select all
a:hover { color: #002b3d; }
followed a short time later by
- Code: Select all
.postlink:hover {
background-color: #002b3d;
color: #002b3d;
}
well that's problematic now, isn't it?


