/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2025 | 13:22:04 */
.lista-fumetti {
	color: #F554BE;
}
/* Testo rosso al hover */
.lista-fumetti:hover {
    color: #933272;
}

/* Testo verde al click */
.lista-fumetti:active {
    color: #491939;
}

.lista-fumetti {
  transition: color 0.3s ease;
}