From 979785601c0142a56f81a101708fa205a9988a48 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 27 Jun 2024 11:34:07 -0500 Subject: [PATCH] no bgcolor Signed-off-by: Lee Calcote --- common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.scss b/common.scss index 4e38acb..95cfb22 100644 --- a/common.scss +++ b/common.scss @@ -89,7 +89,7 @@ grid-auto-flow: row; grid-template-columns: 1fr 1fr; .group-box { - background-color: none; + background-color: var(--primary); border: 0 !important; border-radius: 12px; color: var(--primary); @@ -161,7 +161,7 @@ .category-box { display: flex; flex-grow: 1; - background-color: var(--secondary); + background-color: none; border-left-width: 0; border-radius: 12px; margin: 0 0;