Skip to content

Commit 0e2415e

Browse files
authored
Merge pull request #414 from imagej/dygraph-tick-labels
Dygraph: Inherit label colors
2 parents 0483a46 + e975337 commit 0e2415e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

_pages/update-sites/stats.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ section: Extend:Update Sites
4444
padding: 20px;
4545
text-align: center;
4646
}
47+
/* Dygraphs hardcodes color:black on axis labels; override to inherit the
48+
page's text color so labels remain readable on dark themes. */
49+
.dygraph-axis-label {
50+
color: inherit;
51+
}
4752
</style>
4853

4954
<div id="controls">

0 commit comments

Comments
 (0)