diff --git a/src/assets/layout/instance.fxml b/src/assets/layout/instance.fxml
index 05a1f72..3052230 100644
--- a/src/assets/layout/instance.fxml
+++ b/src/assets/layout/instance.fxml
@@ -19,7 +19,7 @@
-
+
-
-
+
diff --git a/src/assets/style/dark-theme.css b/src/assets/style/dark-theme.css
index df381b0..cddac46 100644
--- a/src/assets/style/dark-theme.css
+++ b/src/assets/style/dark-theme.css
@@ -27,6 +27,12 @@
-fx-text-fill: white;
}
+#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover {
+ -fx-background-color: #2a2a2a;
+ -fx-background-radius: 0em;
+ -fx-text-fill: white;
+}
+
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #252525;
-fx-background-radius: 0em;
diff --git a/src/assets/style/default-theme.css b/src/assets/style/default-theme.css
index f28d4d3..ee8f828 100644
--- a/src/assets/style/default-theme.css
+++ b/src/assets/style/default-theme.css
@@ -27,6 +27,12 @@
-fx-text-fill: white;
}
+#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover {
+ -fx-background-color: #151341;
+ -fx-background-radius: 0em;
+ -fx-text-fill: white;
+}
+
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #181a39;
-fx-background-radius: 0em;
diff --git a/src/assets/style/light-theme.css b/src/assets/style/light-theme.css
index 68716f0..8d65850 100644
--- a/src/assets/style/light-theme.css
+++ b/src/assets/style/light-theme.css
@@ -27,6 +27,12 @@
-fx-text-fill: black;
}
+#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover {
+ -fx-background-color: #6d6d6d;
+ -fx-background-radius: 0em;
+ -fx-text-fill: black;
+}
+
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #7d7d7d;
-fx-background-radius: 0em;