From 5f2dbe44e3e416470ff8c5bab3ba6e2cf8e82c4f Mon Sep 17 00:00:00 2001 From: Robbie Nohra Date: Tue, 22 Dec 2020 18:34:27 -0500 Subject: [PATCH] set gist border radius to zero to align with terminal theme --- assets/css/gist.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/css/gist.css b/assets/css/gist.css index 55c4d27..b998172 100644 --- a/assets/css/gist.css +++ b/assets/css/gist.css @@ -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 */,