/*
Theme Name: The Fox Child
Description: Child theme for The Fox Theme
Author: Your name here
Template: fox
*/

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

body {
    color: #231F20;
}

#wi-mainnav .menu > ul > li > a {
    color: #231F20;
}

.grid-title a {
    color: #231F20;
}
.post-title a {
    color: #231F20;
}
blockquote {
    text-align: center;
    font-size: 1.0em;
    line-height: 1.4;
}