From 1dbc25b9e7e0cceed7fd8681cc93d1387f66aab9 Mon Sep 17 00:00:00 2001 From: Alain Date: Sun, 28 Dec 2025 17:59:42 +0100 Subject: [PATCH] Fix strong text colors when using dark mode --- src/pages/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index bc925734..56ace9b7 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -189,7 +189,7 @@ } .whatIsItem p strong { - color: initial; + color: var(--ifm-font-color-base); font-weight: 900; }