更新文档

This commit is contained in:
Super Manito
2025-05-15 21:37:11 +08:00
parent a4844c5fe8
commit aa6088d7d7
12 changed files with 53 additions and 10 deletions

View File

@@ -176,8 +176,31 @@ body {
border-top: none;
}
.sponsor-title {
font-size: 1.2rem;
font-weight: 550;
font-feature-settings: "kern", "liga";
color: #444;
font-family: var(--md-text-font-family);
}
[data-md-color-scheme="slate"] .sponsor-title {
color: #ddd;
}
.sponsor-title-toc {
font-weight: 550;
font-feature-settings: "kern", "liga";
color: hsl(225deg 0% 46.48% / 56%);
font-family: var(--md-text-font-family);
}
[data-md-color-scheme="slate"] .sponsor-title-toc {
color: hsl(225deg 5.64% 68.32% / 56%);
}
.sponsor-toc {
margin-top: 2rem !important;
margin-top: 24px !important;
border-top: 1px solid var(--md-default-fg-color--lightest) !important;
}
@@ -352,6 +375,10 @@ body {
background-color: rgba(240, 241, 244, 0.016) !important;
}
.t-table--column-fixed .t-table__cell--fixed-left {
z-index: 4;
}
/* termynal 插件 */
.termy {
padding: 65px 25px 35px !important;