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

30 lines
517 B

2 months ago
  1. .cm-s-juejin.CodeMirror {
  2. background: #f8f9fa;
  3. }
  4. .cm-s-juejin .cm-header,
  5. .cm-s-juejin .cm-def {
  6. color: #1ba2f0;
  7. }
  8. .cm-s-juejin .cm-comment {
  9. color: #009e9d;
  10. }
  11. .cm-s-juejin .cm-quote,
  12. .cm-s-juejin .cm-link,
  13. .cm-s-juejin .cm-strong,
  14. .cm-s-juejin .cm-attribute {
  15. color: #fd7741;
  16. }
  17. .cm-s-juejin .cm-url,
  18. .cm-s-juejin .cm-keyword,
  19. .cm-s-juejin .cm-builtin {
  20. color: #bb51b8;
  21. }
  22. .cm-s-juejin .cm-hr {
  23. color: #909090;
  24. }
  25. .cm-s-juejin .cm-tag {
  26. color: #107000;
  27. }
  28. .cm-s-juejin .cm-variable-2 {
  29. color: #0050a0;
  30. }