mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
132d577a8a
commit
1c1cc82f55
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user