codepen-embed.css 841 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. codepen.io Embed Theme
  3. Author: Justin Perry <http://github.com/ourmaninamsterdam>
  4. Original theme - https://github.com/chriskempson/tomorrow-theme
  5. */
  6. .hljs {
  7. display: block;
  8. overflow-x: auto;
  9. padding: .5em;
  10. background: #222;
  11. color: #fff;
  12. }
  13. .hljs-comment, .hljs-quote {
  14. color: #777;
  15. }
  16. .hljs-variable, .hljs-template-variable, .hljs-tag, .hljs-regexp, .hljs-meta, .hljs-number, .hljs-built_in, .hljs-builtin-name, .hljs-literal, .hljs-params, .hljs-symbol, .hljs-bullet, .hljs-link, .hljs-deletion {
  17. color: #ab875d;
  18. }
  19. .hljs-section, .hljs-title, .hljs-name, .hljs-selector-id, .hljs-selector-class, .hljs-type, .hljs-attribute {
  20. color: #9b869b;
  21. }
  22. .hljs-string, .hljs-keyword, .hljs-selector-tag, .hljs-addition {
  23. color: #8f9c6c;
  24. }
  25. .hljs-emphasis {
  26. font-style: italic;
  27. }
  28. .hljs-strong {
  29. font-weight: bold;
  30. }