Problems

This commit is contained in:
2023-12-10 22:54:04 +08:00
parent 16aed743d9
commit caff256949
10 changed files with 134 additions and 49 deletions

View File

@@ -13,3 +13,11 @@ body {
margin: 0;
padding: 0;
}
code, pre {
font-family: "IBM Plex Mono", monospace;
}
pre {
border-radius: 4px;
}