We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0483a46 + e975337 commit 0e2415eCopy full SHA for 0e2415e
1 file changed
_pages/update-sites/stats.md
@@ -44,6 +44,11 @@ section: Extend:Update Sites
44
padding: 20px;
45
text-align: center;
46
}
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
+}
52
</style>
53
54
<div id="controls">
0 commit comments