/* single-post.css */
body.single-post {
    color: #000;
    background: #fff;
}
.entry-content {
    line-height: 1.8;
}