From 29888c89ada0f8d9e9dd0d25f7dc4d8009332ff3 Mon Sep 17 00:00:00 2001 From: Yu-Hung Ou Date: Tue, 20 Mar 2018 21:02:29 +1100 Subject: [PATCH] added CSS style for rulers to make it fit most of the themes --- lib/main.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/main.html b/lib/main.html index 24accf36..830d3b48 100644 --- a/lib/main.html +++ b/lib/main.html @@ -57,6 +57,10 @@ opacity: 1 !important; pointer-events: auto !important; } + .CodeMirror-ruler { + border-left-color: rgba(142, 142, 142, 0.5); + mix-blend-mode: difference; + }