feat: add Backblaze B2 support with recommendations and styling updates

This commit is contained in:
shuaiplus
2026-06-25 18:42:34 +08:00
parent c694f1bfce
commit 1acc31eda0
9 changed files with 109 additions and 8 deletions
+9
View File
@@ -351,6 +351,15 @@
color: var(--muted);
}
:root[data-theme='dark'] .backup-recommendation-step a {
color: var(--primary);
}
:root[data-theme='dark'] .backup-recommendation-step a:hover,
:root[data-theme='dark'] .backup-recommendation-step a:focus-visible {
color: var(--primary-strong);
}
:root[data-theme='dark'] .restore-progress-overlay {
background: var(--overlay-strong);
backdrop-filter: blur(8px);