Skip to content

fiks #143

Merged
merged 1 commit into from
May 26, 2026
Merged

fiks #143

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions src/main/resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,10 @@
-fx-padding: 10 24;
}

.player-status-label {
-fx-text-fill: white;
}

.balance-title {
-fx-font-family: "Aptos";
-fx-font-weight: bold;
Expand Down Expand Up @@ -683,6 +687,7 @@

.dashboard-combo-box .list-cell {
-fx-text-fill: #f0f4ff;
-fx-background-color: rgba(20, 28, 46, 0.85);
}

.dashboard-combo-box .arrow {
Expand Down Expand Up @@ -1292,7 +1297,7 @@
-fx-spacing: 20px;
-fx-alignment: TOP_LEFT;
-fx-padding: 20px;
-fx-background-color: transparent;
-fx-background-color: rgba(15, 22, 38, 0.98);
}

.minigames-help-scroll-pane {
Expand Down Expand Up @@ -1817,6 +1822,10 @@
-fx-border-color: rgba(10, 132, 217, 0.35);
}

.light-mode .player-status-label {
-fx-text-fill: #0f1b34;
}

.light-mode .balance-title {
-fx-text-fill: #0f1b34;
}
Expand Down Expand Up @@ -1931,6 +1940,7 @@

.light-mode .dashboard-combo-box .list-cell {
-fx-text-fill: #0f1b34;
-fx-background-color: white;
}

.light-mode .dashboard-combo-box .arrow {
Expand Down Expand Up @@ -2210,6 +2220,13 @@
-fx-border-color: rgba(10, 132, 217, 0.4);
}

.light-mode .minigames-help-text-vbox {
-fx-spacing: 20px;
-fx-alignment: TOP_LEFT;
-fx-padding: 20px;
-fx-background-color: #ffffff;
}

.light-mode .minigames-help-closeBtn {
-fx-background-color: #0a84d9;
-fx-text-fill: #ffffff;
Expand Down Expand Up @@ -2323,6 +2340,7 @@
-fx-background-color: #1296ec;
-fx-effect: dropshadow(gaussian, rgba(10, 132, 217, 0.45), 10, 0.3, 0, 0);
}

/* ========================================================
* In-game quit confirmation dialog (dark mode defaults).
* Mirrors the .ingame-settings-* palette so the two overlays
Expand Down Expand Up @@ -2497,4 +2515,4 @@

.light-mode .quit-dialog-status-error {
-fx-text-fill: #b1284c;
}
}