diff --git a/static/editor.css b/static/editor.css index 70087e223..6984b979a 100644 --- a/static/editor.css +++ b/static/editor.css @@ -123,3 +123,7 @@ .editor .fold.selected { background-color: #244; } + +.editor .invisible { + opacity: 0.2; +} \ No newline at end of file