@keyframes highlight-animation {
    0% {
        background: #0000
    }
    to {
        background: #fff3e0
    }
}

@keyframes highlight-animation-theme-dark {
    0% {
        background: #0000
    }
    to {
        background: #082621
    }
}