From 49dc53318f070028baa8e6f44588dcd43ec7408f Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Fri, 2 Jan 2026 01:26:34 -0500 Subject: [PATCH] Fix announcement bar text color in dark mode --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 458b20a1..525bf09b 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -112,7 +112,7 @@ h4 code { /* Banner */ .md-banner { - color: var(--md-typeset-color); + color: #000000DE; background-color: oklch(96.2% 0.059 95.617); }