html {
	color-scheme: dark;
}

body {
    background: #141419;
}

#content {
    color: #f8f5f8;
}

.table .thead-dark th, .well {
    background: #1f1f26;
    color: white;
}

a:hover {
    color: #f8f5f8;
}

.modal button.close > span {
    color: #f8f5f8;
}

.modal-content {
    background: #141419;
    border: 2px solid #141419;
}

.modal-header {
    border-bottom: 1px solid #141419;
}

.modal-footer {
    border-top: 1px solid #141419;
}

.form-control, .form-control:focus {
    background: #1f1f26;
    color: #f8f5f8;
}

.table-striped tbody tr {
    background: #1f1f26;
    color: white;
}

.table-striped tbody td {
    border-top: 1px solid #1f1f26;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #2b2b36;
}

.table-striped tbody tr:nth-of-type(odd) td {
    border-top: 1px solid #2b2b36;
}