From 1c62b1cc36516d4593214c6ac50e59bc422dfb17 Mon Sep 17 00:00:00 2001 From: Snazzie Date: Fri, 2 Apr 2021 15:33:14 +0100 Subject: [PATCH] fix edit code gutter and background --- Theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme.scss b/Theme.scss index 7102f8b..ca6758d 100644 --- a/Theme.scss +++ b/Theme.scss @@ -1855,7 +1855,6 @@ body .bg-white, .pagination a, .blob-num[colspan], .build-status-item, -.js-upload-markdown-image.is-default, .write-content.js-reaction-suggestion, .more-branches, .plan-choice.open, @@ -6291,6 +6290,7 @@ body.blog pre>code, .api code, .hook-delivery-details pre, .CodeMirror, +.CodeMirror-gutter.CodeMirror-linenumbers, .highlight { background: #141414 !important; color: #ccc !important;