@import './bootstrap-dark.css';

table {
  caption-side: unset;
}

a.undecorated:not(:hover) {
  color: unset;
  text-decoration: none;
}

.bg-tertiary {
  background-color: var(--bs-tertiary-bg);
}

.pagination {
  margin-bottom: 0;
}

.table tbody > tr:last-child :is(td, th) {
  border-bottom-width: 0;
}
