Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

prism-unescaped-markup.css 359B

12345678910
  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'],
  4. script[type='text/plain'][class*='lang-'],
  5. script[type='text/plain'][class*='language-'] {
  6. display: block;
  7. font: 100% Consolas, Monaco, monospace;
  8. white-space: pre;
  9. overflow: auto;
  10. }