.admonition.jupyter {
  border-color: rgb(243, 119, 38);
}
.admonition.jupyter > .admonition-title {
  background-color: rgba(243, 119, 38, 0.1);
  border-color: rgb(243, 119, 38);
}
.admonition.jupyter > .admonition-title::before {
  background-color: rgb(243, 119, 38);
}
