Skip to content

Commit

Permalink
no bgcolor
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
  • Loading branch information
leecalcote committed Jun 27, 2024
1 parent ef21896 commit 9797856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 9797856

Please sign in to comment.