.tag-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tag-list ul li.selected a {
  color: var(--accent-color-hover);
}