Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _pages/update-sites/stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>

<div id="controls">
Expand Down
Loading