Skip to content

Commit 1dbc25b

Browse files
authored
Fix strong text colors when using dark mode
1 parent f5f479d commit 1dbc25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
}
190190

191191
.whatIsItem p strong {
192-
color: initial;
192+
color: var(--ifm-font-color-base);
193193
font-weight: 900;
194194
}
195195

0 commit comments

Comments
 (0)