Files
swe-agent--swe-agent/docs/assets/image_theme.css
T
wehub-resource-sync 4e0f4422d0
build-docs / deploy (push) Waiting to run
Check Markdown links / markdown-link-check (push) Waiting to run
Pytest / test (3.11) (push) Waiting to run
Pytest / test (3.12) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:25:42 +08:00

12 lines
217 B
CSS

.dark-mode-only {
display: none !important;
}
[data-md-color-scheme="slate"] .dark-mode-only {
display: inline-block !important;
}
[data-md-color-scheme="slate"] .light-mode-only {
display: none !important;
}