.hover-effect { cursor: pointer; transition: background .3s; &:hover { background: rgba(0, 0, 0, .025); } }