Skip to content
/* Default links */
a {
color: #006400;
text-decoration: none;
}
/* Hover */
a:hover {
color: #008000;
text-decoration: underline;
}
/* Visited */
a:visited {
color: #006400;
}
/* Elementor links */
.elementor a {
color: #006400;
}
.elementor a:hover {
color: #008000;
}