markdown.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .editormd-html-preview code, .editormd-preview-container code {
  2. font-size: 13px !important;
  3. font-family: "Inconsolata", "Fira Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
  4. word-wrap: break-word !important;
  5. }
  6. .markdown-body pre code {
  7. box-shadow: none;
  8. }
  9. .com {
  10. color: #93939e !important;
  11. }
  12. .tag, .typ {
  13. color: #DA564A !important;
  14. }
  15. .opn {
  16. color: #93A1A1 !important;
  17. }
  18. .clo {
  19. color: #93A1A1 !important;
  20. }
  21. .atn, .lit {
  22. color: #007ee5 !important;
  23. }
  24. .atv {
  25. color: #fc8bb3 !important;
  26. }
  27. .dec {
  28. color: teal !important;
  29. }
  30. .var {
  31. color: teal !important;
  32. }
  33. .fun {
  34. color: #DC322F !important;
  35. }
  36. pre.prettyprint {
  37. padding: 10px;
  38. border: 1px solid #E1E1E8 !important;
  39. tab-size: 4 !important;
  40. }
  41. pre.prettyprint.linenums {
  42. box-shadow: 40px 0 0 rgba(238, 238, 238, 0.35) inset, 41px 0 0 rgba(238, 238, 238, 0.35) inset !important;
  43. }
  44. pre.prettyprint.linenums ol.linenums {
  45. color: #1E347B !important;
  46. padding-left: 30px !important;
  47. margin-top: 0 !important;
  48. margin-bottom: 0
  49. }
  50. pre.prettyprint.linenums ol.linenums li {
  51. color: #BEBEC5 !important;
  52. line-height: 18px !important;
  53. padding-left: 12px !important;
  54. background: #f7f7f9!important;
  55. }
  56. pre.prettyprint.linenums ol.linenums li.L0, pre.prettyprint.linenums ol.linenums li.L1, pre.prettyprint.linenums ol.linenums li.L2, pre.prettyprint.linenums ol.linenums li.L3, pre.prettyprint.linenums ol.linenums li.L4, pre.prettyprint.linenums ol.linenums li.L5, pre.prettyprint.linenums ol.linenums li.L6, pre.prettyprint.linenums ol.linenums li.L7, pre.prettyprint.linenums ol.linenums li.L8, pre.prettyprint.linenums ol.linenums li.L9 {
  57. list-style-type: decimal !important
  58. }
  59. pre.prettyprint {
  60. width: 100%;
  61. border: 0 !important;
  62. }
  63. .pln {
  64. color: #444 !important;
  65. }
  66. .kwd {
  67. color: #07a !important;
  68. font-weight: bold;
  69. }
  70. .pun {
  71. color: #999 !important;
  72. }
  73. .str {
  74. color: #2E7D32 !important;
  75. }
  76. pre.prettyprint {
  77. background-color: #f7f7f9!important;
  78. border: 0 solid #333
  79. }
  80. .editormd-html-preview, .editormd-preview-container {
  81. padding: 0
  82. }