kjelsrud.dev/node_modules/prismjs/plugins/unescaped-markup/prism-unescaped-markup.css
2023-07-19 21:31:30 +02:00

10 lines
359 B
CSS

/* Fallback, in case JS does not run, to ensure the code is at least visible */
[class*='lang-'] script[type='text/plain'],
[class*='language-'] script[type='text/plain'],
script[type='text/plain'][class*='lang-'],
script[type='text/plain'][class*='language-'] {
display: block;
font: 100% Consolas, Monaco, monospace;
white-space: pre;
overflow: auto;
}