From 5425e9efa711f8b4a5413eb158e04e86c50bb4ea Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 5 Apr 2022 16:30:42 +0530 Subject: [PATCH] minor UI fixes --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 04c2263..4018660 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1441,10 +1441,10 @@ }, grid: { vertLines: { - color: '#2B2B43', + color: `rgba(${textColor}, 0.2)`, }, horzLines: { - color: '#363C4E', + color: `rgba(${textColor}, 0.2)`, }, }, },