Skip to content

Commit 05bdd11

Browse files
authored
Fix strong text colors when using dark mode (#8)
1 parent f51aa44 commit 05bdd11

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)