Skip to content

Commit

Permalink
Fixed an issue where text was visible through a transparent gutter co…
Browse files Browse the repository at this point in the history
…lor.
  • Loading branch information
zeel01 committed Jan 7, 2021
1 parent 4ed717e commit 2d47ebd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codemirror-vtt.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2d47ebd

Please sign in to comment.