Files
Toy/_includes/styles/toylang-syntax.css
Kayne Ruse 3747d0a326 Tweaked syntax highlighting, added control flow to docs
I also found some issues in the code, so I fixed them first.
2025-02-02 16:44:34 +11:00

8 lines
158 B
CSS

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