mondart.com/mondarth-com/themes/mondarth/assets/ananke/css/_code.css
2024-07-13 11:25:02 +01:00

25 lines
308 B
CSS

pre, .pre {
overflow-x: auto;
overflow-y: hidden;
overflow: scroll;
}
pre code {
display: block;
padding: 1.5em 1.5em;
white-space: pre;
font-size: .875rem;
line-height: 2;
}
pre {
background-color: #222;
color: #ddd;
white-space: pre;
hyphens: none;
position: relative;
}