body[data-theme="dark"] .restore-form .restore-files {
    background-color: var(--theme-dark-input-background-color);
}

body[data-theme="dark"] .restore-form .restore-files > .file-list > .file-label > .file-name {
    color: var(--theme-dark-text-color);
}