/**
 * @file
 * Visual styles for tags.
 */

.tag {
  --linkColor: var(--orange);
  color: var(--orange);
}
