footer {
  max-height: inherit;
}
code.tsd-tag {
  padding: 0.25em 0.6em;
}
.tsd-generator {
  display: none;
}
.customFooter {
  text-align: center;
  margin-bottom: 20px;
}
.customFooter span {
  display: block;
}
.customSubFooter {
  max-width: 1000px;
  font-size: 80%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.gray-scale {
  filter: grayscale(100%);
  transition: filter 0.6s ease; /* optional smooth transition */
}

.gray-scale:hover {
  filter: grayscale(0%);
}
