.link-new {
    padding: 3px;
    color: black;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}
.link-new:hover {
    text-decoration: none;
    background-color: antiquewhite;
}