set gist border radius to zero to align with terminal theme

This commit is contained in:
Robbie Nohra 2020-12-22 18:34:27 -05:00
parent 43a93652dd
commit 5f2dbe44e3

View File

@ -1,12 +1,20 @@
body .gist .gist-file {
border: 1px solid var(--border-color);
border-radius: 0;
}
body .gist .gist-data {
border-radius: 0;
}
body .gist .gist-meta {
border-radius: 0;
}
body .gist .highlight {
background: var(--background);
}
body .gist .blob-num,
body .gist .blob-code-inner,
body .gist .pl-s2 /* punctuation.section.embedded source */,