From fcc2cafcdcfd5eb14df2208829c33404feb9ae7a Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 8 Jul 2023 00:51:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20darken=20codeblock=20hi?= =?UTF-8?q?ghlight=20colour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index 50f069d..0dc1043 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -66,7 +66,7 @@ --border-color: #727272; --meta-color: #5b5b65; --codeblock-bg: #272430; - --codeblock-highlight: #433e52; + --codeblock-highlight: #3d3949; --theme-switcher-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z'/%3E%3C/svg%3E%0A"); }