Spaces:
Build error
Build error
File size: 324 Bytes
81dbb71 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
.cell-output pre {
margin-left: 0.8rem;
margin-top: 0;
background: none;
border-left: 2px solid lightsalmon;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.cell-output .sourceCode {
background: none;
margin-top: 0;
}
.cell > .sourceCode {
margin-bottom: 0;
}
|