Thank you. It worked. I added some CSS so that I can see the title on the post, and changed the colours as you suggested:
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: block;
}
.format-aside,
.single-format-aside #primary {
background: #909090;
color: #f8f8f8;
}
.format-aside .entry-title,
.format-aside .entry-title a {
color: #f8f8f8;
}
.format-aside blockquote {
color: #f8f8f8;
}