.weblink>a {
  box-shadow: inset 0 0 0 0 #fed120;
  transition: color .6s ease-in-out, box-shadow .6s ease-in-out;
}

.weblink>a:hover {
  box-shadow: inset 200px 0 0 0 #fed120;
}
