diff --git a/src/assets/layout/instance.fxml b/src/assets/layout/instance.fxml
index 4ef4af1..6afdee9 100644
--- a/src/assets/layout/instance.fxml
+++ b/src/assets/layout/instance.fxml
@@ -42,7 +42,7 @@
-
+
diff --git a/src/assets/style/dark-theme.css b/src/assets/style/dark-theme.css
index 7228374..d4d912e 100644
--- a/src/assets/style/dark-theme.css
+++ b/src/assets/style/dark-theme.css
@@ -21,13 +21,13 @@
-fx-text-fill: white;
}
-#download-modpack, #view-modpack, #Launch-VM, #Update-VM {
+#download-modpack, #download-modpack-a, #view-modpack-a, #view-modpack, #Launch-VM, #Update-VM {
-fx-background-color: #393939;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
-#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
+#download-modpack:hover, #download-modpack-a:hover, #view-modpack-a:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
-fx-background-color: #ffffff;
-fx-background-radius: 0em;
-fx-text-fill: #000000;
diff --git a/src/assets/style/default-theme.css b/src/assets/style/default-theme.css
index 7991464..4356e6f 100644
--- a/src/assets/style/default-theme.css
+++ b/src/assets/style/default-theme.css
@@ -21,13 +21,13 @@
-fx-text-fill: white;
}
-#download-modpack, #view-modpack, #Launch-VM, #Update-VM {
+#download-modpack, #download-modpack-a, #view-modpack-a, #view-modpack, #Launch-VM, #Update-VM {
-fx-background-color: #0a073b;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
-#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
+#download-modpack:hover, #view-modpack:hover, #view-modpack-a:hover, #download-modpack-a:hover, #Launch-VM:hover, #Update-VM:hover {
-fx-background-color: #07061b;
-fx-background-radius: 0em;
-fx-text-fill: white;
diff --git a/src/assets/style/light-theme.css b/src/assets/style/light-theme.css
index c8608cc..58a19f6 100644
--- a/src/assets/style/light-theme.css
+++ b/src/assets/style/light-theme.css
@@ -21,13 +21,13 @@
-fx-text-fill: black;
}
-#download-modpack, #view-modpack, #Launch-VM, #Update-VM {
+#download-modpack, #download-modpack-a, #view-modpack-a, #view-modpack, #Launch-VM, #Update-VM {
-fx-background-color: #b8b8b8;
-fx-background-radius: 0em;
-fx-text-fill: black;
}
-#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
+#download-modpack:hover, #download-modpack-a:hover, #view-modpack-a:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
-fx-background-color: #000000;
-fx-background-radius: 0em;
-fx-text-fill: white;