From 130a208bfc1d5542329be5d86ec75c62576e0db6 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 9 Jul 2019 16:30:42 +0000 Subject: [PATCH] Swap light and dark backgrounds to add offset by preserve contrast --- architype.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/architype.css b/architype.css index 63bc439..3f87f92 100644 --- a/architype.css +++ b/architype.css @@ -7,8 +7,8 @@ --text: #ffffff; --placeholder: rgba(255,255,255,0.2); --outline: #323434; - --background: #000000; - --node-background: #080808; + --background: #202020; + --node-background: #000000; --input: rgba(255,255,255,0.2); }