/**
 * The Events Calendar plugin theme styling
*/

.tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    color:white;
}
.tribe-common a:not(.tribe-common-anchor--unstyle):hover {
    color:var(--wp--preset--color--blue);
}
