<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .form-control,
body .input-group-text,
body .form-control:focus {
    background-color: #1e1e1e !important;
    color: #fff !important;
}

body .form-control::placeholder {
    color: #868e96 !important;
}

body .input-group-text a {
    color: #868e96 !important;
}
</pre></body></html>