From 6774b0f2ad899f49134a1648238205216d7cb70f Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 27 Jun 2024 11:35:07 -0500 Subject: [PATCH] no bgcolor Signed-off-by: Lee Calcote --- common/common.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 4e38acb..e2fb5b5 100644 --- a/common/common.scss +++ b/common/common.scss @@ -161,7 +161,8 @@ .category-box { display: flex; flex-grow: 1; - background-color: var(--secondary); + background-color: none; + // background-color: var(--secondary); border-left-width: 0; border-radius: 12px; margin: 0 0;