ascetic.css 628 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. pre code.hljs {
  2. display: block;
  3. overflow-x: auto;
  4. padding: 1em
  5. }
  6. code.hljs {
  7. padding: 3px 5px
  8. }
  9. /*
  10. Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
  11. */
  12. .hljs {
  13. background: white;
  14. color: black
  15. }
  16. .hljs-string,
  17. .hljs-variable,
  18. .hljs-template-variable,
  19. .hljs-symbol,
  20. .hljs-bullet,
  21. .hljs-section,
  22. .hljs-addition,
  23. .hljs-attribute,
  24. .hljs-link {
  25. color: #888
  26. }
  27. .hljs-comment,
  28. .hljs-quote,
  29. .hljs-meta,
  30. .hljs-deletion {
  31. color: #ccc
  32. }
  33. .hljs-keyword,
  34. .hljs-selector-tag,
  35. .hljs-section,
  36. .hljs-name,
  37. .hljs-type,
  38. .hljs-strong {
  39. font-weight: bold
  40. }
  41. .hljs-emphasis {
  42. font-style: italic
  43. }