/** * CSS */ .bg-color { -fx-background-color: #dfecf1; } Hyperlink { -fx-underline: true; -fx-text-fill: #F00000; -fx-font-size: 20; } Hyperlink:hover { -fx-underline: false; -fx-text-fill: #F0635C; }