table tbody tr:hover td {
    background-color: color-mix(in srgb, var(--pst-color-primary) 15%, transparent) !important;
}

a.reference.external:has(> img) {
    text-decoration: none;
    border-bottom: none;
}
