/**
 * @file
 * Visual styles for nodes.
 */

.node--unpublished,
.paragraph--unpublished {
  background-color: #55112f;
}
