
::selection {
  color: white;
  background-color: rgba(3, 172, 244, 0.8);
}
a:hover,
.yue a:hover,
.site-head a:hover,
.sidebar a:hover {
  color: rgba(3, 172, 244, 0.8);
  border-color: rgba(3, 172, 244, 0.8);
}

.button:hover {
  background-color: rgba(3, 172, 244, 0.8);
}

.highlighted {
  background-color: rgba(3, 172, 244, 0.8);
}

.sponsor_text a {
  border-color: rgba(3, 172, 244, 0.8);
}

.globaltoc a.current {
  color: rgba(3, 172, 244, 0.8);
}

.injected .rst-versions small a,
.injected .rst-versions .rst-current-version,
.injected .rst-versions .rst-other-versions dd a:hover {
  color: rgba(3, 172, 244, 0.8);
}
