diff --git a/css/style.css b/css/style.css
index a098d61f1..43d45c956 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1058,7 +1058,7 @@ button.button-inline:hover {
*/
.icon-deck {
- background-image: url(../img/deck.svg);
+ background-image: url(../img/deck-dark.svg);
}
.icon-group {
diff --git a/img/app.svg b/img/app.svg
deleted file mode 100644
index 8635651ac..000000000
--- a/img/app.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/deck-dark.svg b/img/deck-dark.svg
new file mode 100644
index 000000000..d316b8543
--- /dev/null
+++ b/img/deck-dark.svg
@@ -0,0 +1,6 @@
+
diff --git a/img/deck.svg b/img/deck.svg
index d316b8543..8635651ac 100644
--- a/img/deck.svg
+++ b/img/deck.svg
@@ -1,6 +1 @@
-
+
\ No newline at end of file
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 2f3375b7c..02921ad38 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -88,7 +88,7 @@ class Application extends App {
'id' => 'deck',
'order' => 10,
'href' => $urlGenerator->linkToRoute('deck.page.index'),
- 'icon' => $urlGenerator->imagePath('deck', 'app.svg'),
+ 'icon' => $urlGenerator->imagePath('deck', 'deck.svg'),
'name' => 'Deck',
];
});