node.css 98 B

12345678
  1. /**
  2. * @file
  3. * Visual styles for nodes.
  4. */
  5. .node--unpublished {
  6. background-color: #fff4f4;
  7. }