/* qbt2png - small overrides on top of Bootstrap's dark theme */

body {
  background: #0d1117;
}

.card {
  background: #151b23;
  border-color: #2a3240;
}

.navbar {
  background: #11161d;
  border-color: #2a3240 !important;
}

.table {
  --bs-table-bg: transparent;
}

.details-table th {
  width: 40%;
  color: var(--bs-secondary-color);
  font-weight: 500;
}

.card-img-top {
  background: #0d1117;
}

.img-thumbnail {
  background: #0d1117;
  border-color: #2a3240;
}
