diff --git a/Launcher/runtime/dialog/styles.css b/Launcher/runtime/dialog/styles.css index e613ab1d..c80e9a77 100644 --- a/Launcher/runtime/dialog/styles.css +++ b/Launcher/runtime/dialog/styles.css @@ -129,7 +129,7 @@ #hide, #back, #goConsole, #settings, -#discord { +#link_discord { -fx-background-position: center; -fx-background-radius: 0; -fx-pref-width: 46px; @@ -218,7 +218,7 @@ .text-input { } /** Hyperlink **/ -#link { +#link_link { -fx-font-weight: bold; -fx-font-size: 7pt; -fx-opacity: 0.5; @@ -227,8 +227,8 @@ #link { -fx-pref-height: 17px; } -#link:hover, -#link:pressed { +#link_link:hover, +#link_link:pressed { -fx-opacity: 0.8; }