/* readthedocs theme tweaks */

/* Round the hover highlight around the sidebar logo link. */
.wy-side-nav-search > a {
  border-radius: 16px;
  display: inline-block;
  padding: 4px;
  transition: background 0.15s ease;
}
