/* fix white border around td from hugo style.css unintentionally applying to gist */
body .gist td {
    border-right: None;
    border-bottom: None;
}

/* hide the "powered by github" gist footer */
body .gist .gist-meta {
    display: none;
}

/* make the gist obsidian comments slightly more visible */
body .gist .pl-c {
    color: #86949b;
}
