var(--vscode-textPreformat-foreground, #f78383); background-color: var(--vscode-textCodeBlock-background, #1e1e1e); padding: 0px 2px; border-radius: 3px; border: 1px solid var(--vscode-textSeparator-foreground, #424242); white-space: pre-line; word-break: break-word; overflow-wrap: anywhere; } font-family: var(--vscode-font-family), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; font-size: var(--vscode-font-size, 13px); p, li, ol, ul { line-height: 1.25; } ol, ul { padding-left: 2.5em; margin-left: 0; } p { white-space: pre-wrap; }