From b446160d6b0b27fd2045c1a8b1dc602ae0c698f7 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Mon, 3 Nov 2014 20:47:04 -0600 Subject: [PATCH] Site editor: in short html files, background now matches Tomorrow Night theme --- views/site_files/text_editor.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/site_files/text_editor.erb b/views/site_files/text_editor.erb index 52ed0471..d190840d 100644 --- a/views/site_files/text_editor.erb +++ b/views/site_files/text_editor.erb @@ -15,7 +15,7 @@ top:-50px; } .page { - background: #161718; + background: #1D1F21; position: fixed; height: 100%; }