Tweaked syntax highlighting, added control flow to docs

I also found some issues in the code, so I fixed them first.
This commit is contained in:
2025-02-02 16:44:34 +11:00
committed by GitHub
parent c2a13e4183
commit 3747d0a326
3 changed files with 53 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
/* copied from the main theme */
pre:has(> code.language-toy) {
line-height: 1.18em;
overflow-x: auto;
width: fit-content;
max-width: 100%;
}