.md-typeset .admonition.tip,
.md-typeset details.tip {
  border-color: rgb(124, 77, 255);
}

.md-typeset .tip > .admonition-title::before,
.md-typeset .tip > summary::before {
  background-color: rgb(124, 77, 255);
}

.md-typeset .tip > .admonition-title,
.md-typeset .tip > summary {
  background-color: rgba(124, 77, 255, 0.1);
}

.md-typeset .tip > .admonition-title::after,
.md-typeset .tip > summary::after {
  background-color: rgb(124, 77, 255);
}
