diff --git a/src/main/resources/styles.css b/src/main/resources/styles.css index 7ccf2e0..b6b16ef 100644 --- a/src/main/resources/styles.css +++ b/src/main/resources/styles.css @@ -718,6 +718,10 @@ -fx-background-color: transparent; } +.dashboard-chart .axis-label { + -fx-text-fill: #ffffff; +} + /* JavaFX charts use these inner classes for the plot area and grid. */ .chart { -fx-background-color: transparent; @@ -1923,6 +1927,10 @@ -fx-border-color: #0a84d9; } +.light-mode .dashboard-chart .axis-label { + -fx-text-fill: #0f1b34; +} + .light-mode .dashboard-qtyTextField { -fx-background-color: #eef3fa; -fx-border-color: rgba(10, 132, 217, 0.35);