diff --git a/editor.css b/editor.css index e4142ba0..f101ee35 100644 --- a/editor.css +++ b/editor.css @@ -1,11 +1,11 @@ .editor { position: absolute; - border: 1px solid black; + border: 2px solid rgb(159, 159, 159); overflow: hidden; } .editor.focus { - border: 1px solid #327fbd;; + border: 2px solid #327fbd;; } .scroller { diff --git a/editor.html b/editor.html index e984a58c..58ea2c92 100644 --- a/editor.html +++ b/editor.html @@ -10,10 +10,10 @@