/*
 Theme Name: Green Sixteen
 Description: Twenty Sixteen Child Theme
 Author: Daniel Allington
 Author URI: http://danielallington.net
 Template: twentysixteen
 Version: 1.0.0
*/

@import url("../twentysixteen/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

# set the following using WordPress's 'Customize' menu:
# Base Color Scheme: Dark
# background color: #002300
# page background color: #002300
# link color: #95f4a0
# main text color: #c4c4c4
# secondary text color: #707070

# Dunno why but the styling I'm applying to the blockquote
# only takes effect with the following also:

p {

}

blockquote {
    font-style: normal;
    font-size: 90%;
}