@keyframes hover-outline { from { outline-color: var(--light-blue); } to { outline-color: var(--dark-blue); } }