/*
Theme Name: Twenty Twenty Child
Theme URL: http://jayatunga.ca/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URL: http://jayatunga.ca/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */

h2.entry-title {
	background-color:#ff0000;
}
h1.entry-title {
	background-color:#ff0000;	
}

/* Custom CSS goes after this line */


/* Adding Segoe UI font to News Letter */
/* GO TO => \plugins\newsletter\includes\controls.php
 * Add the following line 2125: 
 * (inside the code block starting in line 2120)
 * 'Segoe UI, sans-serif'=>'Segoe UI',
 */