diff --git a/src/components/plugins-list/style.module.css b/src/components/plugins-list/style.module.css index fc7721b257..065a19689b 100644 --- a/src/components/plugins-list/style.module.css +++ b/src/components/plugins-list/style.module.css @@ -100,4 +100,8 @@ ul.pluginsList li p { .keyword { font-weight: 300; color: var(--ifm-color-gray-800); + + html[data-theme='dark'] & { + color: var(--ifm-color-gray-100); + } }