
$link()

  border-bottom dotted 2px var(--interaction__color--spot)
  color black
  text-decoration none
  cursor pointer
  background-color rgba(black, .1)

  &:hover
    //border-bottom solid 3px var(--interaction__color--spot)
    background-color rgba(white, 1)


  &:active, &.active
    border-bottom-style solid
    //background-color var(--interaction__color--spot)


  //&:visited
  //  border-bottom dotted 3px transparent
  //  color color black
