/*
 Theme Name:   Author Child
 Template:     author
 Author: 	   Compete Themes
 Version: 	   1.0
 Author URI:   https://www.competethemes.com
 Description:  This is a child theme used to customize the Author WordPress theme.
 License: GNU  General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* =Theme customization starts here
-------------------------------------------------------------- */
/*
	Customize code highlighting
*/
.line-highlight
{
	background: rgba(195,222,254,0.5);
}
.line-highlight::before
{
	display: none
}
.line-highlight::after
{
	display: none
}