Skip to content

Commit

Permalink
fiks
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenTinius committed May 26, 2026
1 parent 51a188b commit 416d5c0
Showing 1 changed file with 20 additions and 2 deletions.
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;
}
}

0 comments on commit 416d5c0

Please sign in to comment.