December 11, 2012 at 6:45 pm
#1586
Keymaster
If you’re gonna have more modifications I suggest that you get the latest version of the theme. A lot of IDs and classes have been renamed. Sorry about that. So you better get the latest version now before it becomes live in the WordPress repository.
Anyway, to answer your question:
#site-title a:hover { color: #000; }
if you’re going to use the new version, the category would be changed to this
.blog-view .entry-categories a:hover {
background: #FFF;
color: #000;
}