.yh-neon-background {
  background: #000 url('darkness.png') repeat;
  color: #fff;
  animation: YHNeonAnimatedBackground 80s linear infinite;
}

@keyframes YHNeonAnimatedBackground {
	from { background-position: 0 50%; }
	to { background-position: 100% 0; }
}

.edd-sl-upgrade-link a{
	color:black !important;
}