ui: backups: Use Bootstrap color variables instead of static values

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-12-12 09:30:01 -08:00 committed by Veiko Aasa
parent 132d577a8a
commit 1c1cc82f55
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -9,15 +9,15 @@
}
.mount-error {
color: orange;
color: var(--bs-warning);
}
.mount-success {
color: black;
color: var(--bs-body-color);
}
.encrypted {
color: green;
color: var(--bs-success);
}
.inline-block {