.tagLabel{
  border: 1px solid var(--docusaurus-tag-list-border);
  border-radius: 0.5rem;
  color: var(--ifm-link-color);
  cursor: pointer;
  display: inline-block;
  font-size: 90%;
  margin: 0 0.4rem 0.5rem 0;
  padding: 0.3rem 0.5rem;
  text-transform: uppercase;
  transition: border var(--ifm-transition-fast);
}

.tagInput {
  display: none;
}

.tagInput:checked + .tagLabel,
.tagLabel:hover{
  border: 1px solid var(--ifm-link-color);
}