CodeStyle.css
code {
background: rgb(0, 0, 0, 0.1);
}
pre > code {
display:block;
max-height:50em;
overflow:scroll;
padding:1ch;
max-width:100%;
}
pre {
max-width: 100%;
}
code {
background: rgb(0, 0, 0, 0.1);
}
pre > code {
display:block;
max-height:50em;
overflow:scroll;
padding:1ch;
max-width:100%;
}
pre {
max-width: 100%;
}