html,
body {
  min-height: 100%;
}

body.bg-body {
  background-color: #020617;
  color: #e5e7eb;
}

a {
  color: #38bdf8;
}

a:hover {
  color: #0ea5e9;
}

.bg-gradient-primary {
  background: linear-gradient(90deg, #0f172a, #1d4ed8);
}

.navbar-brand .brand-mark {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1.1rem;
  color: #22c55e;
}

.footer {
  font-size: 0.85rem;
}

/* generic card tweaks */
.card {
  background-color: rgba(15, 23, 42, 0.96);
  border-color: rgba(148, 163, 184, 0.3);
}

.card-header {
  background-color: rgba(15, 23, 42, 0.98);
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: rgba(148, 163, 184, 0.3);
}
