Skip to content

Commit

Permalink
Change color of HelpWindow to match UI
Browse files Browse the repository at this point in the history
  • Loading branch information
erv-teo committed Apr 4, 2024
1 parent 7f65def commit e12a95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/view/HelpWindow.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#helpMessage {
-fx-text-fill: white;
-fx-text-fill: #424874;
}

.root {
-fx-background-color: derive(#1d1d1d, 20%);
-fx-background-color: derive(#D8DCE1, 20%);
}

0 comments on commit e12a95e

Please sign in to comment.