@import "../variables"; .wrapper { pre { background-color: darken($comment_bg, 2%); border: { left: 4px solid $red; right: 4px solid $red; } font-family: monospace; font-size: 13px; border-radius: $radius; width: 100%; overflow: auto; padding: $gap; box-sizing: border-box; } img { max-width: 100%; margin-bottom: $gap; } p { margin-bottom: $gap; } h5, h4, h3, h2, h1 { color: white; font-weight: 800; line-height: 1.2em; } h1 { font-size: 2em; } h2 { font-size: 1.8em; } h3 { font-size: 1.6em; } h4 { font-size: 1.4em; } h5 { font-size: 1.2em; } ul { list-style: disc; padding-left: 20px; margin-bottom: $gap; li { margin: 5px 0; } } strong { font-weight: bold; color: white; } em { font-style: italic; } :global(.grey) { color: #555555; white-space: pre-line; } }