[data-bs-theme="dark"] img.r-plt,
[data-bs-theme="dark"] pre .r-plt.img img,
[data-bs-theme="dark"] .cell-output-display img,
[data-bs-theme="dark"] .html-widget {
  filter: none !important;
}

img.r-plt,
pre .r-plt.img img,
.cell-output-display img,
.html-widget,
.cell-output-display > div,
pre div.gt-table,
main table {
  background: #ffffff;
  border-radius: 0.5rem;
}

img.r-plt,
pre .r-plt.img img,
.cell-output-display img,
.html-widget,
.cell-output-display > div,
pre div.gt-table,
main table.table,
main table {
  border: 1px solid #d0d7de;
}

.cell-output-display,
pre div.gt-table {
  padding: 0.5rem;
}

main table.table,
main table {
  color: #1f2328;
}

main table.table thead,
main table thead {
  background: #f6f8fa;
}