/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* unvisited link */
a.ex:link {
  color: green;
}

/* visited link */
a.ex:visited {
  color: green;
}

/* mouse over link */
a.ex:hover {
  color: red;
}

/* selected link */
a.ex:active {
  color: yellow;
} 