diff --git a/_pages/update-sites/stats.md b/_pages/update-sites/stats.md index 9c38a9474..39555f7e3 100644 --- a/_pages/update-sites/stats.md +++ b/_pages/update-sites/stats.md @@ -44,6 +44,11 @@ section: Extend:Update Sites padding: 20px; text-align: center; } +/* Dygraphs hardcodes color:black on axis labels; override to inherit the + page's text color so labels remain readable on dark themes. */ +.dygraph-axis-label { + color: inherit; +}