From e836582dc8eabb773cf6d7287b24e8190b7f2c55 Mon Sep 17 00:00:00 2001 From: nous Date: Thu, 21 Mar 2019 19:54:26 +0100 Subject: [PATCH] theme fullscreen editor toolbar --- theme-arc-blue.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index d77f11c..794179e 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1033,4 +1033,7 @@ } .markdown:not(code).file-view { overflow: auto; - } \ No newline at end of file + } + .editor-toolbar.fullscreen { + background: #070b41; + }