diff --git a/src/Launcher/Main.java b/src/Launcher/Main.java index c227359..6d94d52 100644 --- a/src/Launcher/Main.java +++ b/src/Launcher/Main.java @@ -7,6 +7,7 @@ always tell me that it's virtually unreadable and it doesn't help that it's diff does without them losing interest. Also, in case you are actually, seriously going to read this crap, do yourself a favour and pour yourself some nice Jack Daniels. You deserve it if you're going to read through this. */ + package Launcher; import javafx.application.Application; diff --git a/src/assets/style/nav.css b/src/assets/style/nav.css index d8b34f2..f5964ef 100644 --- a/src/assets/style/nav.css +++ b/src/assets/style/nav.css @@ -4,22 +4,15 @@ #rectangle { -fx-fill: rgba(30, 25, 25, 1) } -#exit{ - -fx-background-color: rgba(30, 25, 25, 1); +#exit, #min{ + -fx-background-color: rgba(30, 25, 25, 0); } -#min { - -fx-background-color: rgba(30, 25, 25, 1); -} -#min:hover { - -fx-border-radius: 30px; - -fx-background-color: #bf0000; -} -#exit:hover{ +#min:hover, #exit:hover{ -fx-border-radius: 30px; -fx-background-color: #bf0000; } #Home-btn, #Modpacks-btn { - -fx-background-color: rgba(0, 0, 0, 1) + -fx-background-color: rgba(0, 0, 0, 0) } #Home-btn:hover, #Modpacks-btn:hover { -fx-background-color: rgba(100, 100, 100, 1)