Add about me. Update contribution, suggestions,

merge_sort, installation, introduction, etc.
This commit is contained in:
krahets
2022-11-24 19:32:32 +08:00
parent d867c253a6
commit 33237373e3
18 changed files with 233 additions and 126 deletions

View File

@@ -34,6 +34,7 @@
/* Markdown Header */
/* https://github.com/squidfunk/mkdocs-material/blob/dcab57dd1cced4b77875c1aa1b53467c62709d31/src/assets/stylesheets/main/_typeset.scss */
.md-typeset h1 {
font-weight: 400;
color: var(--md-default-fg-color);
@@ -42,3 +43,17 @@
.md-typeset h2 {
font-weight: 400;
}
.md-typeset h3 {
font-weight: 500;
}
.md-typeset a {
text-decoration: underline;
}
/* Image align center */
.center {
display: block;
margin: 0 auto;
}