:hover

An element has the :hover pseudo-class when under the mouse pointer.

.pc-hover
{
   background-color: lightblue;
}