/**
 * @file
 * Visual styles for nodes.
 */
.node--unpublished {
  background-color: var(--color-unpublished);
}
