diff options
Simplify ui dev mode style
Diffstat (limited to 'development/index.html')
-rw-r--r-- | development/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/index.html b/development/index.html index 00cfb96c8..048aa3f35 100644 --- a/development/index.html +++ b/development/index.html @@ -18,7 +18,7 @@ html, body, #app-content, .super-dev-container { height: 100%; width: 100%; position: relative; - background: #cccccc; + background: white; } .mock-app-root { background: #F7F7F7; |