From ae9f451bcc9c52e2263bff124b94bd90c72f26e7 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Mon, 18 Oct 2021 19:47:55 +0300 Subject: [PATCH] joplin: ++css --- etc/soft/joplin/userchrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/soft/joplin/userchrome.css b/etc/soft/joplin/userchrome.css index addf186..6bfe585 100644 --- a/etc/soft/joplin/userchrome.css +++ b/etc/soft/joplin/userchrome.css @@ -2227,6 +2227,10 @@ body { background-color: white !important; } +.cm-jn-code-block { + background-color: white !important; +} + /* Default theme */ .cm-s-default .cm-attribute {color: #00c !important;} .cm-s-default .cm-bracket {color: #997 !important;}