:root {
  /* --ck-table-selected-cell-background: #fff;
  background: #fff; */
}

:root .dark-mode{
  --ck-table-selected-cell-background: #000 !important;
  background: #000 !important;
}

