更新文档

This commit is contained in:
Super Manito
2025-04-01 12:14:41 +08:00
parent 21f3f62005
commit 4452590153
12 changed files with 269 additions and 9 deletions

View File

@@ -24,6 +24,14 @@
background-color: hsla(var(--md-hue), 15%, 9%, 0.33);
}
[data-md-color-scheme="default"] .md-logo img {
content: url(/assets/images/brand/svg/logo-light.svg);
}
[data-md-color-scheme="slate"] .md-logo img {
content: url(/assets/images/brand/svg/logo-dark.svg);
}
@font-face {
font-family: 'SF Mono';
src: url('./fonts/SF-Mono-Regular.otf');