Hacking in or modifying Blueprint CSS to match your design is easy! You will notice that the original .box class had the light blue color, but here it isn’t.
What I did is added this code below to make .box background color as grey.
.entry .box { background-color: #fdfdfd !important; color: #696969 !important; border: 1px solid #dedede; } .entry .box a { color: #363636 !important; text-decoration: none; } .entry .box a:hover { text-decoration: underline; }