Skip to content

Commit 9797856

Browse files
committed
no bgcolor
Signed-off-by: Lee Calcote <[email protected]>
1 parent ef21896 commit 9797856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
grid-auto-flow: row;
9090
grid-template-columns: 1fr 1fr;
9191
.group-box {
92-
background-color: none;
92+
background-color: var(--primary);
9393
border: 0 !important;
9494
border-radius: 12px;
9595
color: var(--primary);
@@ -161,7 +161,7 @@
161161
.category-box {
162162
display: flex;
163163
flex-grow: 1;
164-
background-color: var(--secondary);
164+
background-color: none;
165165
border-left-width: 0;
166166
border-radius: 12px;
167167
margin: 0 0;

0 commit comments

Comments
 (0)