Improved Launcher looks

This commit is contained in:
François Autin 2021-06-25 18:09:41 +02:00
parent a92732ad1f
commit 0c2eb7acea

View File

@ -1,6 +1,7 @@
#window {
-fx-background-color: #131320;
-fx-font-size: 1.25em;
-fx-font-family: "Sergoe UI", "Noto Sans", Arial, "Liberation Sans", Sans;
}
Text, Label {
@ -38,12 +39,22 @@ Text, Label {
}
#btn_launch {
-fx-background-color: #108010;
-fx-text-fill: #e1e1e1;
}
#btn_launch:hover {
-fx-background-color: #30c130;
-fx-text-fill: #f2f2f2;
}
#btn_quit {
-fx-background-color: #c13030;
-fx-background-color: #801010;
-fx-text-fill: #e1e1e1;
}
#btn_quit:hover {
-fx-background-color: #b41010;
-fx-text-fill: #f2f2f2;
}