.content a * {
    /* This is the original color, but propagated down the chain */
    /* which allows for elements inside links, such as codeblocks */
    color: #7289DA;
}

[data-theme="dark"] .content a {
    color: #99B0FF;
}

.content a *:hover {
    color: dimgray;
}

span.update-time {
    text-decoration: black underline dotted;
}
