render compile

This commit is contained in:
2026-05-21 14:40:44 +08:00
parent 61bd0bea2f
commit 845b840cc9
6 changed files with 23 additions and 16 deletions
+14 -1
View File
@@ -468,7 +468,7 @@ figure > figcaption {
}
.reveal div.sourceCode pre code {
background-color: #002233;
background-color: #eeeeff;
min-height: 100%;
/* font-size: x-large; */
}
@@ -476,3 +476,16 @@ figure > figcaption {
.reveal div.sourceCode pre code:hover {
font-size: x-large;
}
.reveal ol, .reveal dl, .reveal ul {
display: block;
text-align: left;
margin: 0 0 0 1em;
}
div.column {
display: contents;
overflow-x: initial;
vertical-align: top;
width: 50%;
}