From f492e916ba528898419e40b62a19f354b59992ef Mon Sep 17 00:00:00 2001 From: nous Date: Sat, 8 Feb 2020 18:02:57 +0100 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 2e49c76..b5940b4 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -280,6 +280,7 @@ .hljs-selector-tag, .hljs-subst { color: #dbdbdb !important; + background: #181818 !important; } .markdown:not(code) .highlight pre, .markdown:not(code) pre { @@ -1071,4 +1072,8 @@ } .code-view :not(.fa):not(.octicon):not(.icon) { background: #131313; - } \ No newline at end of file + } + .mono.raw, code.raw, pre.raw { + background-color: #171717; + border: 1px solid #292929 !important; + }