diff --git a/src/main/resources/styles.css b/src/main/resources/styles.css index b13aef1..7ccf2e0 100644 --- a/src/main/resources/styles.css +++ b/src/main/resources/styles.css @@ -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; @@ -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 { @@ -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 { @@ -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; } @@ -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 { @@ -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; @@ -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 @@ -2497,4 +2515,4 @@ .light-mode .quit-dialog-status-error { -fx-text-fill: #b1284c; -} +} \ No newline at end of file