#configuration-guide > div > ul > li {
  list-style: none !important;
  position: relative;
}

#configuration-guide > div > ul > li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}

#configuration-guide .toctree-l1 > a {
  color: #FD8F01;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
}