mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
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:
7
_includes/styles/toylang-syntax.css
Normal file
7
_includes/styles/toylang-syntax.css
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user