.postText a {
border-bottom: 1px dashed blue;
}

.postText a:hover{
background-color: rgb(255, 237, 181);
}