
@media not print {
body.dark-mode {
    background-color: #242424;
    color: #DDD;
}

.dark-mode .text-primary {
    color: #ba79f0 !important;
}

.dark-mode .border-top {
    border-top: 5px solid #82d1ec !important;
}

.dark-mode .text-muted {
    color: #DDD !important;
}


.dark-mode .border-top {
    border-color: #82d1ec !important;
}

.dark-mode hr {
    border-top: 1px solid rgb(130 209 236 / 10%) !important;
}
}