You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

_highlight.scss 1.1 kB

2 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /*
  2. Monokai style - ported by Luigi Maselli - http://grigio.org
  3. */
  4. .hljs {
  5. background: #292b2c;
  6. -webkit-font-smoothing: antialiased;
  7. border-left: 4px solid #2c8ebb;
  8. color: #ddd;
  9. max-width: 100%;
  10. margin-bottom: 1.2rem;
  11. border-radius: 3px;
  12. padding: 0.6rem 1.2rem;
  13. overflow-x: auto;
  14. -webkit-overflow-scrolling: touch;
  15. }
  16. .hljs-tag,
  17. .hljs-keyword,
  18. .hljs-selector-tag,
  19. .hljs-literal,
  20. .hljs-strong,
  21. .hljs-name {
  22. color: #f92672;
  23. }
  24. .hljs-code {
  25. color: #66d9ef;
  26. }
  27. .hljs-class .hljs-title {
  28. color: white;
  29. }
  30. .hljs-attribute,
  31. .hljs-symbol,
  32. .hljs-regexp,
  33. .hljs-link {
  34. color: #bf79db;
  35. }
  36. .hljs-string,
  37. .hljs-bullet,
  38. .hljs-subst,
  39. .hljs-title,
  40. .hljs-section,
  41. .hljs-emphasis,
  42. .hljs-type,
  43. .hljs-built_in,
  44. .hljs-builtin-name,
  45. .hljs-selector-attr,
  46. .hljs-selector-pseudo,
  47. .hljs-addition,
  48. .hljs-variable,
  49. .hljs-template-tag,
  50. .hljs-template-variable {
  51. color: #a6e22e;
  52. }
  53. .hljs-comment,
  54. .hljs-quote,
  55. .hljs-deletion,
  56. .hljs-meta {
  57. color: #75715e;
  58. }
  59. .hljs-keyword,
  60. .hljs-selector-tag,
  61. .hljs-literal,
  62. .hljs-doctag,
  63. .hljs-title,
  64. .hljs-section,
  65. .hljs-type,
  66. .hljs-selector-id {
  67. font-weight: bold;
  68. }

js yarn包管理组件依赖分析

Contributors (1)