@happeouikit/content-renderer 3.5.7 → 3.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -487,12 +487,14 @@
487
487
 
488
488
  &.highlight-first-row > tbody > {
489
489
  tr:first-child > td {
490
+ background: light-dark(var(--color-black10), var(--color-white10));
490
491
  font-weight: bold;
491
492
  }
492
493
  }
493
494
 
494
495
  &.highlight-first-column > tbody > {
495
496
  tr > td:first-child {
497
+ background: light-dark(var(--color-black10), var(--color-white10));
496
498
  font-weight: bold;
497
499
  }
498
500
  }