From 393a99a47a80454004389220efa30e9c9592f261 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:17:18 +0200 Subject: [PATCH] fix white link on background styling issue --- src/css/custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/custom.scss b/src/css/custom.scss index 99a05126b43..5d208081a62 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -1159,10 +1159,10 @@ button.DocSearch { [data-theme='dark'] .theme-admonition-warning { color: black !important; -} -[data-theme='dark'] .theme-admonition-warning .alert a { - color: black !important; + a { + color: black !important; + } } .theme-admonition-tip {