SVNからのミラー

This commit is contained in:
2025-11-07 22:48:07 +09:00
commit 438c7d8aef
68 changed files with 7619 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
pre {
background: #232023;
color: fcfcfc;
padding: 1rem;
border-radius: 6px;
overflow: auto;
font-family: Consolas,Monaco,monospace;
border: 1px solid #f545f5;
}
/*pre > code {
color: #fcfcfc;
}*/
code {
color: #b421f8;
line-height: 1.45;
}