Change the hover colour of the email link in a text section

Home › Divi Code Snippet Library › 'Divi Customization' Snippets › Change the hover colour of the email link in a tex....

To change the hover colour of the email link in a text section:

div#contact a:hover{
opacity: 1 !important;
color: #1f1f1f !important;
}