chore: about

This commit is contained in:
lencx
2023-01-23 20:29:05 +08:00
parent d5df706b47
commit 1f573102d3
9 changed files with 143 additions and 1 deletions

View File

@@ -13,6 +13,12 @@
code {
font-family: monospace, monospace;
}
code {
background-color: rgba(200, 200, 200, 0.4);
padding: 2px 4px;
border-radius: 5px;
}
}
.md-main {