/* Make sure only blog posts are targeted */ body.blog-item { background-color: #0e1a2b !important; /* Dark navy */ color: #c1a45f !important; /* Gold text */ } /* Blog Title/Header */ body.blog-item h1 { color: #355048 !important; /* Hunter green */ } /* Subheadings */ body.blog-item h2, body.blog-item h3 { color: #355048 !important; } /* Links */ body.blog-item a { color: #c1a45f !important; text-decoration: underline; } /* Link Hover */ body.blog-item a:hover { color: #ffffff !important; }