From 898e23417115475aff19508453e0a7cbe70a6703 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 9 Jul 2019 06:08:50 +0000 Subject: [PATCH] Slight background color for nodes --- architype.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/architype.css b/architype.css index f215b66..63bc439 100644 --- a/architype.css +++ b/architype.css @@ -8,6 +8,7 @@ --placeholder: rgba(255,255,255,0.2); --outline: #323434; --background: #000000; + --node-background: #080808; --input: rgba(255,255,255,0.2); } @@ -144,7 +145,7 @@ body { .gridNode { width: 85%; height: 85%; - background: var(--background); + background: var(--node-background); justify-content: center; border: 1px solid white; z-index: 3;