.theme-btn a {
    color: inherit; /* Usa el color actual del botón */
    text-decoration: none;
    transition: color 0.3s ease; /* Animación suave */
}

.theme-btn:hover a,
.theme-btn:focus a,
.theme-btn:active a {
    color: #fff !important; /* Blanco al pasar el mouse o hacer clic */
}