:root {
  --md-primary-fg-color: #4e73df;
}

#gototop {
  position: relative;
  left: 13px;
  z-index: 99;
  top: 15px;
}

#gototop:hover {
  color: #4e73df;
}

/* Indentation for mkdocstrings items. */
div.doc-contents:not(.first) {
  padding-left: 25px;
  border-left: 4px solid rgba(230, 230, 230);
  margin-bottom: 80px;
}
