/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: A child theme for Divi.  This allows changes to functions.php & style.css without touching the Divi parent theme
 Author: John Buzzurro
 Template: Divi
 Version: 1.0
*/

.et_pb_text a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.et_pb_text a:hover,
.et_pb_text a:focus {
  text-decoration-thickness: 2px;
}

