:root {
  --bs-body-bg: #0d1117;
  --bs-card-bg: #161b22;
}
body { background-color: #0d1117; }
.card { background-color: #161b22 !important; }
.navbar { background-color: #0d1117 !important; border-color: #30363d !important; }
.list-group-item { background-color: #161b22; color: #e6edf3; }
.table-dark { --bs-table-bg: #161b22; --bs-table-hover-bg: #1f2937; }
.nav-tabs .nav-link { color: #8b949e; border-color: #30363d; }
.nav-tabs .nav-link.active { color: #e6edf3; background: #161b22; border-bottom-color: #161b22; }
.form-control, .form-select { background-color: #0d1117; border-color: #30363d; color: #e6edf3; }
.form-control:focus { background-color: #0d1117; color: #e6edf3; border-color: #58a6ff; box-shadow: 0 0 0 .2rem rgba(88,166,255,.15); }
.modal-content { background-color: #161b22; }
.dropdown-menu-dark { background-color: #161b22; border-color: #30363d; }
.text-purple { color: #a855f7 !important; }
.border-purple { border-color: #a855f7 !important; }
a { color: #58a6ff; }
a:hover { color: #79c0ff; }
code { color: #f0883e; }
pre { background: #0d1117; padding: 1rem; border-radius: .375rem; color: #e6edf3; }
