/*
 Theme Name:   Retrotube Child Theme
 Template:     retrotube
*/
 
@import url("../retrotube/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Change the background of blog posts to white, but keep the header backround the same */

.blog-template{
	background-color: white;
}

.blog-template header{
	background-color: #181818 !important;
}


