.footnote>ol>li:target {
    animation: highlight 2s ease;
}

@keyframes highlight {
    0% { background-color: yellow; }
    100% { border-left-color: inherit; }
}

article {
    line-height: 1.4em;
}
