.link-job {
    padding: 3px;
    color: black;
    text-decoration: none;
}
.link-job:hover {
    text-decoration: none;
    background-color: antiquewhite;
}
.link-job:hover:before {
}