/* print-styles.css */

@media print {
    .grid,
    .grid2 {
      background-color: inherit !important;
    }
  }