feat: init

This commit is contained in:
Simon
2025-09-29 16:33:15 +08:00
parent e8041e0582
commit 847620b5e8
98 changed files with 20166 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.syntax {
white-space: pre-wrap;
word-break: break-word;
overflow-wrap: break-word;
font-family: monospace;
}
.keyword {
color: #d73a49;
font-weight: 600;
}
.string {
color: #1d6eca;
}
.number {
color: #00c583;
}
.comment {
color: #6a737d;
font-style: italic;
}