a {
    font-style: italic;
    text-decoration: underline;
}

a:has(code) {
    font-style: normal;
    text-decoration: none;
}

a:has(code):hover {
    text-decoration: underline;
}

strong a {
    font-style: normal;
}

a:has(h1) {
    text-decoration: none;
}

.hljs-ln td {
    padding-right: 12px;
}
