Ändern Sie die Hintergrundfarbe beim Schwebedruck

/* Change background color on hover */
.myClass:hover {
  background-color: yellow;
}
Lye Jia Jun