I get a pinkish-white background on pages where the content is not published yet.

look at the screenshot

Comments

webmatter’s picture

StatusFileSize
new5.97 KB

Hi, thanks for pointing this out. I haven't noticed this before.
The pinkish color comes from drupals node-module. node.css defines a background-color of #FFF4F4 for unpublished nodes.

If you add
.node-unpublished {
background-color: transparent;
}
to your styles.css it will override the drupal node.css

I am attaching an amended css for the drupal 7 theme and will include this in the next release. Thanks for the info.

lloydpearsoniv’s picture

Status: Active » Fixed

No problem. Great theme by the way.

webmatter’s picture

Status: Fixed » Closed (fixed)