render compile
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user