/* docs/_static/css/custom.css */

@media (min-width: 960px) {
  .bd-page-width {
    max-width: none !important;
  }
}

html[data-theme="dark"] .bd-content img[src*="plantuml"] {
  background-color: transparent !important;
  filter: none !important;
}