.q-footer {
    background: black;
}

body {
    color: #000000;
}

.text-brand {
    color: white;
}

.text-disabled {
    color: #000;
}

.bg-grey-2 {
 background: #000000 !important;
}

.bg-white {
    background: #000000 !important;
}

.fa-search {
    color: #000000
}

.button-link {
    color: black !important;
}

.q-field--outlined .q-field__control {
    color: black;
}