Skip to content

Commit

Permalink
No borders
Browse files Browse the repository at this point in the history
  • Loading branch information
rescofoods committed Oct 27, 2023
1 parent 0bef892 commit 1ecf0f1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--new-item: #5ABF56;
--myBGColor: #f7f2e8;
/* --myPrimaryColor: rgba(0,0,0,0.8); */
--myPrimaryColor: #443e35;
--myPrimaryColor: rgb(68,62,63);
/* --myPrimaryColor: #401801; */
}

Expand Down Expand Up @@ -127,12 +127,15 @@ label[for="Salads"]{
font-size: 1.2rem;
font-weight: 600;
padding: 0.5rem 2rem 0.5rem 0.5rem;
background-color: rgba(68,62,63, 0.05);
border: 0px;
}

.card {
background-color: var(--myBGColor);
background-color: rgba(33,37,41,0.03) !important;
letter-spacing: .5px;
color: var(--myPrimaryColor);
color: var(--myPrimaryColor) !important;
border: 0px;
/* backdrop-filter: blur(5px); */
}

Expand All @@ -144,9 +147,9 @@ label[for="Salads"]{
}

.card-footer {
padding-bottom: 0.8rem;
margin-bottom: 1.2rem;
background-color: rgba(255,255,255,0);
border: 0px;
padding-bottom: 1.8rem;
background-color: rgba(68,62,63, 0.03);
}

/*edit this block to edit the "NEW" logo*/
Expand Down

0 comments on commit 1ecf0f1

Please sign in to comment.