From 6e82a8a78b0bad7729e6cae78595b2aa809ddf1e Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 9 Jul 2019 16:51:26 +0000 Subject: [PATCH] Group background --- architype.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/architype.css b/architype.css index 3f87f92..64c8f50 100644 --- a/architype.css +++ b/architype.css @@ -8,6 +8,7 @@ --placeholder: rgba(255,255,255,0.2); --outline: #323434; --background: #202020; + --group-background: rgba(0,0,0,0.3); --node-background: #000000; --input: rgba(255,255,255,0.2); } @@ -154,7 +155,7 @@ body { .gridGroup { width: calc(100% - 10px); height: calc(100% - 30px); - background: var(--background); + background: var(--group-background); justify-content: flex-start; margin-top: 20px; padding: 5px;