@keyframes Gradient {	0%,	100% {		background-position: 0 50%	}	50% {		background-position: 100% 50%	}}a.toplevel_page_elementpress {	background: #c13c3c !important;	animation: Gradient 15s ease infinite;	background-size: 400% 400%!important;	color: #fff!important;}#adminmenu .toplevel_page_elementpress .wp-menu-image img {	opacity: 1;}