node.css 158 B

123456789
  1. /**
  2. * @file
  3. * This file is used to high-level node styling. Individual view modes or
  4. * content types may override this.
  5. */
  6. .node {
  7. background: #fff;
  8. }