Files
microsoft--graphrag/docs/stylesheets/extra.css
T
wehub-resource-sync 6b7e6b44f1
gh-pages / build (push) Waiting to run
Python Publish (pypi) / Upload release to PyPI (push) Waiting to run
Spellcheck / spellcheck (push) Waiting to run
Python Build and Type Check / python-ci (ubuntu-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:37:31 +08:00

29 lines
755 B
CSS

[data-md-color-scheme="default"] {
--md-primary-fg-color: #3c4cab;
--md-code-hl-color: #3772d9;
--md-code-hl-comment-color: #6b6b6b;
--md-code-hl-operator-color: #6b6b6b;
--md-footer-fg-color--light: #ffffff;
--md-footer-fg-color--lighter: #ffffff;
}
[data-md-color-scheme="slate"] {
--md-primary-fg-color: #364499;
--md-code-hl-color: #246be5;
--md-code-hl-constant-color: #9a89ed;
--md-code-hl-number-color: #f16e5f;
--md-footer-fg-color--light: #ffffff;
--md-footer-fg-color--lighter: #ffffff;
}
.md-tabs__item--active {
background-color: var(--md-primary-bg-color);
}
.md-tabs__item--active .md-tabs__link {
color: var(--md-code-hl-color);
}
.md-typeset a {
text-decoration: underline;
}