优化 & 更新文档

This commit is contained in:
Super Manito
2024-10-24 20:00:48 +08:00
parent 6d8f446c6c
commit 33bc780d35
9 changed files with 439 additions and 386 deletions

View File

@@ -7,6 +7,7 @@
}
.md-header {
background-color: hsla(240, 9%, 75%, 0.33);
backdrop-filter: blur(8px);
}
[data-md-color-scheme='slate'] .md-header {
background-color: hsla(240, 4%,11%, 0.33);
@@ -36,9 +37,6 @@
.heart {
animation: heart 1000ms infinite;
}
.md-header {
backdrop-filter: blur(8px);
}
.md-tabs__link {
font-size: .8rem !important;
font-weight: 600 !important;
@@ -47,5 +45,9 @@
font-size: 16px;
}
.md-typeset .emojione, .md-typeset .gemoji, .md-typeset .twemoji {
height: 100%;
vertical-align: -0.2em !important;
}
.md-typeset .middle {
vertical-align: -0.35em !important;
}