diff options
Diffstat (limited to 'docs/wiki_src/custom.css')
-rw-r--r-- | docs/wiki_src/custom.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/wiki_src/custom.css b/docs/wiki_src/custom.css index d68a10c..b688f54 100644 --- a/docs/wiki_src/custom.css +++ b/docs/wiki_src/custom.css @@ -70,3 +70,12 @@ h2,h3,h4,h5,h6 { .terminal h6 > * { font-size: inherit; } + +pre:has(.language-code-showcase), .language-code-showcase { + background-color: transparent; + border: 0; + margin: 0 auto; + width: fit-content; + max-width: 100%; + white-space: pre; +} |