From a769262de79658cda4866edbafe4ffb8e5f0773a Mon Sep 17 00:00:00 2001 From: johnwalley Date: Sun, 16 Jan 2022 14:09:16 +0000 Subject: [PATCH] feat: separator color which works better on light and dark backgrounds --- src/allotment.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allotment.module.css b/src/allotment.module.css index eaeeae3e..57393bfd 100644 --- a/src/allotment.module.css +++ b/src/allotment.module.css @@ -1,5 +1,5 @@ :root { - --separator-border: #838383; + --separator-border: rgba(128, 128, 128, 0.35); } .splitView {