p a {

background-color: $gray-lighter;

&:hover,
&:focus {
    background-color: $yellow-light;
}

}