:root {
  --md-admonition-icon--command: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.94 3.045a.75.75 0 0 0-1.38-.59l-4.5 10.5a.75.75 0 1 0 1.38.59l4.5-10.5ZM5 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"></path></svg>')
}
.md-typeset .admonition.command,
.md-typeset details.command {
  border-color: rgb(43, 155, 70);
}
.md-typeset .command > .admonition-title,
.md-typeset .command > summary {
  background-color: rgba(43, 155, 70, 0.1);
}
.md-typeset .command > .admonition-title::before,
.md-typeset .command > summary::before {
  background-color: rgb(43, 155, 70);
  -webkit-mask-image: var(--md-admonition-icon--command);
          mask-image: var(--md-admonition-icon--command);
}

/* .md-typeset .admonition,
.md-typeset details {
  border-width: 0;
  border-left-width: 4px;
} */
