From https://gomakethings.com/highlighting-effect-with-css/
.highlight { background-color: #fff2ac; background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%); }