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 f4f9b42 + 89c3a28 commit 8f0cd4aCopy full SHA for 8f0cd4a
src/css/custom.css
@@ -77,4 +77,11 @@
77
78
a.MuiButtonBase-root:hover {
79
color: white !important;
80
+}
81
+
82
+/* Tentative change to address dark mode text on Samples page.
83
+To go further, consider looking at implementing MUI custom themes.
84
+*/
85
+.MuiTypography-root, .MuiFormLabel-root, .MuiInputBase-input {
86
+ color: var(--ifm-font-color-base) !important;
87
}
0 commit comments