/*
Theme Name: Lawncare Child Theme
Theme URI: https://wplawn.tonytemplates.com
Author: ThemeLocation
Author URI: http://themelocation.com
Template: lawncare
Description: This is a child theme for lawncare.
Version: 1.0
Text Domain: lawncare-child
*/

/*  [ Add your custom CSS below ]
================================ */
a:link {
    color: #2d9313;
}

/* visited link */
a:visited {
    color: #b41115;
}

/* mouse over link */
a:hover {
    color: #b41115;
}

/* selected link */
a:active {
    color: #2d9313;
}