From 2d47ebd8c65d981ce4c169f59b8f12eb6b927fe9 Mon Sep 17 00:00:00 2001 From: zeel Date: Thu, 7 Jan 2021 01:26:46 -0500 Subject: [PATCH] Fixed an issue where text was visible through a transparent gutter color. --- codemirror-vtt.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codemirror-vtt.css b/codemirror-vtt.css index d31484f..3c68078 100644 --- a/codemirror-vtt.css +++ b/codemirror-vtt.css @@ -4,7 +4,9 @@ box-shadow: 0 0 12px -6px #00000070 inset; } .CodeMirror-gutters { - background-color: #c5c5c547; + background-image: url(../../ui/parchment.jpg); + background-color: hsl(0deg 0% 0% / 2%); + background-blend-mode: darken; box-shadow: 0 0 5px 0px #0000005c; }