Skip to content

Commit

Permalink
Merge pull request #4269 from gemini-hlsw/sc-3888-elevation-plot-impr…
Browse files Browse the repository at this point in the history
…ovements

Fix charts title color
  • Loading branch information
rpiaggio authored Oct 29, 2024
2 parents 0aa9555 + 05969da commit 7d1f2c5
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 7d1f2c5

Please sign in to comment.