Skip to content

Commit

Permalink
fix charts title color
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Oct 29, 2024
1 parent 0aa9555 commit 05969da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions common/src/main/webapp/sass/charts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ See https://github.com/highcharts/highcharts/issues/13320 */
stroke-width: 1.5px;
}

.highcharts-title {
fill: var(--plot-text-color);
}

.highcharts-subtitle {
fill: var(--plot-text-color);
}

.highcharts-tooltip-box {
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
stroke: var(--plot-tooltip-border-color);
Expand Down

0 comments on commit 05969da

Please sign in to comment.