source: node_modules/prismjs/plugins/unescaped-markup/prism-unescaped-markup.css@ d24f17c

main
Last change on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 359 bytes
Line 
1/* Fallback, in case JS does not run, to ensure the code is at least visible */
2[class*='lang-'] script[type='text/plain'],
3[class*='language-'] script[type='text/plain'],
4script[type='text/plain'][class*='lang-'],
5script[type='text/plain'][class*='language-'] {
6 display: block;
7 font: 100% Consolas, Monaco, monospace;
8 white-space: pre;
9 overflow: auto;
10}
Note: See TracBrowser for help on using the repository browser.