Skip to content

Commit 89c3a28

Browse files
committed
fixed dark mode text on samples docs page
1 parent c5b9446 commit 89c3a28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,11 @@
7777

7878
a.MuiButtonBase-root:hover {
7979
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;
8087
}

0 commit comments

Comments
 (0)