From 398936bafd14fda0c04b82c667932eca8b6675e1 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Sat, 23 Jan 2021 19:02:48 +0100 Subject: [PATCH] volt-purple as editor background --- src/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.css b/src/App.css index fbb66e8..3f63372 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,7 @@ :root{ --volt-purple: #582C83; --background: #140022; + --editor-purple: #522B79; } *{ @@ -129,6 +130,7 @@ button:hover, font-size: 0; cursor: move; overflow: hidden; + background: var(--editor-purple); } .Editor .background{ pointer-events: none;