Description: Fix background color of download page
 The download page has a background color forced to white (#ffffff) which
 makes the download elements unreadable when using a dark theme.
 .
 Removing the explicit background color to leave the default fixes this and
 works correctly for both breeze and breeze dark themes.
Forwarded: https://phabricator.kde.org/D26804
Author: Aurélien COUDERC <coucouf@debian.org>
Last-Update: 2020-01-21
--- a/src/qml/DownloadPage.qml
+++ b/src/qml/DownloadPage.qml
@@ -33,9 +33,6 @@
     signal statusChanged();
 
     title: i18n("Download Training Material")
-    background: Rectangle {
-        color: "#ffffff"
-    }
 
     Component {
         id: courseDownloadItem
