diff --git a/src/assets/layout/instance.fxml b/src/assets/layout/instance.fxml
index e1d8f98..05a1f72 100644
--- a/src/assets/layout/instance.fxml
+++ b/src/assets/layout/instance.fxml
@@ -2,6 +2,8 @@
+
+
@@ -14,11 +16,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/src/assets/layout/modpacks.fxml b/src/assets/layout/modpacks.fxml
index a77410c..7f43a09 100644
--- a/src/assets/layout/modpacks.fxml
+++ b/src/assets/layout/modpacks.fxml
@@ -29,8 +29,8 @@
-
-
+
+
diff --git a/src/assets/style/dark-theme.css b/src/assets/style/dark-theme.css
index 5149f04..df381b0 100644
--- a/src/assets/style/dark-theme.css
+++ b/src/assets/style/dark-theme.css
@@ -21,6 +21,12 @@
-fx-text-fill: white;
}
+#download-modpack, #view-modpack, #Launch-VM {
+ -fx-background-color: #393939;
+ -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 6889f07..f28d4d3 100644
--- a/src/assets/style/default-theme.css
+++ b/src/assets/style/default-theme.css
@@ -21,10 +21,9 @@
-fx-text-fill: white;
}
-#download-modpack, #view-modpack {
+#download-modpack, #view-modpack, #Launch-VM {
-fx-background-color: #1b1d4d;
-fx-background-radius: 0em;
- -fx-padding: 5px;
-fx-text-fill: white;
}
diff --git a/src/assets/style/light-theme.css b/src/assets/style/light-theme.css
index d256fe9..68716f0 100644
--- a/src/assets/style/light-theme.css
+++ b/src/assets/style/light-theme.css
@@ -21,6 +21,12 @@
-fx-text-fill: black;
}
+#download-modpack, #view-modpack, #Launch-VM {
+ -fx-background-color: #b1b1b1;
+ -fx-background-radius: 0em;
+ -fx-text-fill: black;
+}
+
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #7d7d7d;
-fx-background-radius: 0em;