.tag {
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}

.tag:hover {
  background: #dfdfff;
  color: #3733b5;
}
