您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

11 行
359 B

  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. }