Skip to content

Commit e0c0f7f

Browse files
committed
Make editor gutter white, not transparent
1 parent d53e1cc commit e0c0f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/css/ejs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ blockquote footer:before {
311311
}
312312
.CodeMirror-gutters {
313313
border: none;
314-
background: transparent;
314+
background: white;
315315
}
316316
.CodeMirror-linenumber {
317317
padding: .5em 3px 0 0;

0 commit comments

Comments
 (0)