mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user