/* Added to change the color of examples to be different than edgey */
.md-typeset .admonition.example,
.md-typeset details.example {
  border-color: darkkhaki;
}
.md-typeset .example > .admonition-title,
.md-typeset .example > summary {
  background-color: khaki;
}
