:root {
    color-scheme: dark;
}

body {
    background-color: #0d1117;
    color: #e6edf3;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.navbar {
    background-color: #161b22 !important;
}

.card {
    background-color: #161b22;
    border-color: #30363d !important;
}

.card-header {
    background-color: #1c2128;
    border-bottom-color: #30363d;
}

.list-group-item {
    background-color: #161b22;
    border-color: #30363d;
    color: #e6edf3;
}

.list-group-item-action:hover {
    background-color: #1c2128;
    color: #e6edf3;
}

.form-control {
    background-color: #0d1117;
    border-color: #30363d;
    color: #e6edf3;
}

.form-control:focus {
    background-color: #0d1117;
    border-color: #388bfd;
    color: #e6edf3;
    box-shadow: 0 0 0 0.2rem rgba(56, 139, 253, 0.15);
}

.form-control::placeholder {
    color: #484f58;
}

.bg-dark-subtle {
    background-color: #161b22 !important;
}

.alert-warning {
    background-color: #2d1b00;
    border-color: #9e6a03;
    color: #e3b341;
}

footer {
    background-color: #161b22;
}

.breadcrumb-item a {
    color: #388bfd;
}

.breadcrumb-item.active {
    color: #8b949e;
}

dl.row dt {
    padding-bottom: 0.5rem;
}

dl.row dd {
    padding-bottom: 0.5rem;
}
