/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.1
Template: pro

*/

/* Production file - edit with care */

/* Make H1 larger */
header h1.entry-title {
    font-size: 6rem;
}

/* Hide repeated featured image on post page */
div.entry-featured img {
    display: none;
}


/* Make tags darker for accessibility reasons */
footer.entry-footer a {
    border-color: #666; 
    color: #666;
}