Warna Pyqt Button Hover

#### pyqt5 button hover color
QPushButton::hover 
{
	background-color : lightgreen;
}
Assassin