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

.node--unpublished {
  background-color: var(--unpublishedColor);
}
