fix(docs): fix invisible header text in dark mode

Override Material's var(--md-primary-bg-color) which resolves to near-black
in slate scheme, causing dark-on-dark header text.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Reza Rezvani
2026-03-11 13:35:09 +01:00
parent 2d5f846c58
commit 5141543efd

View File

@@ -89,6 +89,7 @@
[data-md-color-scheme="slate"] .md-header {
background-color: #161b22;
color: #f0f6fc;
}
/* Header title color fix */