Skip to content

Commit

Permalink
Add css for end of game report
Browse files Browse the repository at this point in the history
  • Loading branch information
Solveig Natvig committed May 26, 2026
1 parent 8b0249e commit 0357785
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/Resources/Style/Global.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,19 @@
-fx-border-color: -dark-colour;
-fx-opacity: 0.4;
}

/* Bold label in stat dialogs (stock stats, end-game report) */
.stat-label {
-fx-font-weight: bold;
}

/* Profit/loss colours in end-game report */
.profit-label {
-fx-text-fill: rgb(46, 125, 50);
-fx-font-weight: bold;
}

.loss-label {
-fx-text-fill: rgb(183, 70, 70);
-fx-font-weight: bold;
}

0 comments on commit 0357785

Please sign in to comment.