/*
Theme Name: Twenty Thirteen Child
Description: Twenty Thirteen Child theme spawned 4-28-2021 to explore display of comment metadata for posts and single posts.
Author: John Healy
Template: twentythirteen
Version: 1.0.0
*/

.entry-content blockquote {
	font-size: 16px;
}
.site-footer {
	background-color: black;
	font-size: 14px;
	text-align: center;
}
.site-footer a {
	color: white;
}
.site-footer .sidebar-container {
	background-color: lightgray ;
}