.LinkTag {
  font-weight: 600;
  font-variant-caps: all-small-caps;
}

.LinkTag::before {
  content: "#";
}

/* .LinkTag:active {
  color: white;
  background-color: var(--visited);
} */
