:root {
  /*--md-primary-fg-color: #0f73ee;*/
  /*--md-primary-fg-color--light: #ECB7B7;*/
  /*--md-primary-fg-color--dark:  #90030C;*/
  --md-default-fg-color--light: hsl(92, 48%, 42%);
  --md-admonition-bg-color: hsl(92, 48%, 42%);
}

.medium {
  color: hsla(88, 50%, 53%, 1);
  transform: scale(1.3);
}

.admonition.note {
    /*border-color: hsla(92, 48%, 42%, 1);*/
    border-left: .2rem solid #689F38;
}
.admonition-title {
    background-color: #69a039;

}
.termynal-comment {
    color: #4a968f;
    font-style: italic;
    display: block;
}

.termy [data-termynal] {
    white-space: pre-wrap;
}

a.external-link::after {
    /* \00A0 is a non-breaking space
        to make the mark be on the same line as the link
    */
    content: "\00A0[↪]";
}

a.internal-link::after {
    /* \00A0 is a non-breaking space
        to make the mark be on the same line as the link
    */
    content: "\00A0↪";
}
