diff --git a/src/css/custom.css b/src/css/custom.css index 6c6981072..5cff773f7 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -77,4 +77,11 @@ a.MuiButtonBase-root:hover { color: white !important; +} + +/* Tentative change to address dark mode text on Samples page. +To go further, consider looking at implementing MUI custom themes. +*/ +.MuiTypography-root, .MuiFormLabel-root, .MuiInputBase-input { + color: var(--ifm-font-color-base) !important; } \ No newline at end of file