body:has(.contributors-index) {
  background-color: #d33c43;
}

.contributors-index {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.contributors-index pre {
  text-shadow: none;
}
.contributors-index input {
  background-color: white;
}
.contributors-index select {
  background-color: white;
}
.contributors-index .table {
  border-collapse: unset;
  border: 2px solid wheat;
  border-radius: 5px;
  --bs-table-striped-bg: #ed989b;
  --bs-table-bg: #eaaeb0;
}
.contributors-index .table th, .contributors-index .table td {
  color: white;
  text-shadow: 0 0 0 #000, 1px 0 0 #000, 0 1px 0 #000, 1px 1px 0 #000;
}
.contributors-index .table th a, .contributors-index .table td a {
  text-shadow: none;
}
.contributors-index .dropdown-menu {
  background-color: rgb(215.6945606695, 80.8054393305, 87.0585774059);
  border-radius: 5px;
  border: 2px solid wheat;
  color: white;
}
.contributors-index .dropdown-menu a {
  color: white;
}
.contributors-index .dropdown-menu a:hover {
  background-color: #5a2a2d;
}

/*# sourceMappingURL=contributor-index.css.map */
