1
0
This commit is contained in:
richvdh
2022-04-05 16:22:32 +00:00
parent 273d0a2f95
commit 849c8af75b
96 changed files with 142 additions and 6113 deletions

View File

@@ -12,6 +12,7 @@ html {
color: var(--fg);
background-color: var(--bg);
text-size-adjust: none;
-webkit-text-size-adjust: none;
}
body {
@@ -175,3 +176,7 @@ blockquote {
margin: 5px 0px;
font-weight: bold;
}
.result-no-output {
font-style: italic;
}