mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
3a671d4ed0
Tags: #story[1245]
21 lines
438 B
CSS
21 lines
438 B
CSS
#raceFinishLabel {
|
|
-fx-font-size: 23px !important;
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
}
|
|
|
|
#finishersList {
|
|
|
|
}
|
|
|
|
#playAgain {
|
|
-fx-background-color: -fx-pp-theme-color;
|
|
-fx-text-fill: -fx-pp-light-text-color;
|
|
-fx-font-size: 20px !important;
|
|
-fx-effect: -fx-pp-dropshadow-dark;
|
|
-fx-min-width: 130px;
|
|
}
|
|
|
|
#playAgain:hover {
|
|
-fx-font-size: 23px !important;
|
|
-fx-background-color: -fx-pp-light-theme-color;
|
|
} |