aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/wiki_src/custom.css
diff options
context:
space:
mode:
authorMarvin Borner2024-02-26 16:53:08 +0100
committerMarvin Borner2024-02-26 16:53:08 +0100
commitcdbb2d4a1db9c1f376915812b6121674e6ed1c25 (patch)
tree2851577a888a6bb2f89a1876ab8be522d2f765ae /docs/wiki_src/custom.css
parent7e8e980599678d85e7ceb39d115c1ea640de4513 (diff)
Added metacircular self-interpreter to wiki
More details in the linked blog post.
Diffstat (limited to 'docs/wiki_src/custom.css')
-rw-r--r--docs/wiki_src/custom.css9
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;
+}