Advertisement
Guest User

colors

a guest
Apr 6th, 2023
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. .cm-strong, strong {
  2. color: Tomato;
  3. }
  4.  
  5. .cm-em, em {
  6. font-style: normal;
  7. color: Wheat;
  8. }
  9.  
  10. /*
  11. .cm-header-1, .cm-formatting-header-1, h1 {
  12. color: Tomato !important;
  13. }
  14.  
  15. .cm-header-2, .cm-formatting-header-2, h2 {
  16. color: Salmon !important;
  17. }
  18.  
  19. .cm-header-3, .cm-formatting-header-3, h3 {
  20. color: LightSalmon !important;
  21. }
  22.  
  23. .cm-header-4, .cm-formatting-header-4, h4 {
  24. color: Beige !important;
  25. }
  26.  
  27. .cm-header-5, .cm-formatting-header-5, h5 {
  28. color: White !important;
  29. }
  30.  
  31. .cm-formatting-list {
  32. color: AntiqueWhite !important;
  33. }
  34.  
  35. span.cm-formatting.cm-formatting-task.cm-meta {
  36. color: Tomato;
  37. }
  38. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement