diff --git a/src/assets/style/dark-theme.css b/src/assets/style/dark-theme.css index e74f756..7228374 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 { +#download-modpack, #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 { +#download-modpack: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 7604c17..7991464 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 { +#download-modpack, #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 { +#download-modpack:hover, #view-modpack: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 8c179a8..c8608cc 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 { +#download-modpack, #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 { +#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover { -fx-background-color: #000000; -fx-background-radius: 0em; -fx-text-fill: white;