docs(inthewild): Dark mode issues on InTheWild page (#37034)

This commit is contained in:
Türker Ziya Ercin
2026-01-13 21:46:37 +03:00
committed by GitHub
parent 0b4fcce03b
commit 1166df3579
2 changed files with 10 additions and 1 deletions

View File

@@ -173,3 +173,12 @@ ul.dropdown__menu svg {
[data-theme='dark'] .alert--resources a {
color: var(--ifm-color-primary-light);
}
/* Fix Ant Design Collapse arrow visibility in dark mode */
[data-theme='dark'] .ant-collapse-expand-icon {
color: var(--ifm-font-base-color);
}
[data-theme='dark'] .ant-collapse-header {
color: var(--ifm-font-base-color);
}