1. Update extra.css for overwrite

the sections title color.
2. Add figures to hash collision.
3. Add inorder traversal in binary search tree.
This commit is contained in:
Yudong Jin
2023-01-30 03:55:13 +08:00
parent 08bfa0669a
commit f103fdecc9
7 changed files with 115 additions and 93 deletions

View File

@@ -22,6 +22,11 @@
--md-typeset-a-color: #21C8B8;
}
/* https://github.com/squidfunk/mkdocs-material/issues/4832#issuecomment-1374891676 */
.md-nav__link[for] {
color: var(--md-default-fg-color) !important
}
/* Center Markdown Tables (requires md_in_html extension) */
.center-table {
text-align: center;