diff --git a/css/view.css b/css/view.css index 7a0c7b8e..855d7e41 100644 --- a/css/view.css +++ b/css/view.css @@ -1,15 +1,15 @@ .view { font-size: 16px; white-space :pre; - outline: 0; + outline: 0; } -.view::selection { +.view::selection { text-shadow: none; background: #b3d4fc; } -.view-overlay { +.view-overlay { display : block; background : rgb(255, 255, 255); background : rgba(255, 255, 255, 0.1);