.cm-comment-start::before{
    content: "🗨️";
    font-size:16px;
    text-shadow: 0 0 0 var(--interactive-accent);
    position:relative;
    margin-right: 5px;
    opacity: 80%;
  }
  
  .cm-comment:not(.cm-comment-end):not(.cm-comment-start),
  .cm-inline-footnote:not(.cm-inline-footnote-end):not(.cm-inline-footnote-start) {
    background: var(--background-secondary);
  }
  
  .markdown-source-view.mod-cm6.cm-s-obsidian span.cm-comment {
    color: #878787;
    font-style: italic;
  }
  
  .cm-comment-start,
  .cm-comment-end {
    color:transparent!important;
    position: relative;
    font-size:.1em;
  }