.contact:hover .contact-media {fill:var(--darker-green);}

.contact-media {
    fill: var(--green);
    transition:.3s;
}