Skip to content

Commit

Permalink
Font changes, navbar hide
Browse files Browse the repository at this point in the history
  • Loading branch information
rescofoods committed Oct 17, 2023
1 parent 661687b commit ba93943
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ html{
}

body {
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto';
font-size: 1rem;
background-color: var(--myBGColor);
color: var(--myPrimaryColor);
Expand Down Expand Up @@ -53,9 +53,8 @@ body {
align-content: center;
transform: scale(2);
}

.myNav::-webkit-scrollbar { /* width */
height: .2rem;
height: 0rem;
}


Expand Down Expand Up @@ -106,13 +105,16 @@ body {
white-space: nowrap;
}
.card-header {
font-size: 1.4rem;
font-weight: 300;
font-size: 1.2rem;
font-weight: 600;
padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.card {
background-color: rgba(255, 255, 255, 0.30);
backdrop-filter: blur(5px);
letter-spacing: .5px;

/* backdrop-filter: blur(5px); */
}

.item-price {
Expand Down Expand Up @@ -203,14 +205,20 @@ input {
input+label {
display: inline-block;
/* border: var(--myBGColor) .1rem solid; */
padding: .5rem;
padding: .5rem .5rem .2rem 1rem;
/* margin: 5px; */
font-family: 'Arial';
font-size: 1.2rem;
font-weight: 600;
color: #f1f1f1;

}

/* highlighting the selected label */
input:checked+label {
background-color: var(--myBGColor);
/*background-color: var(--green-category);*/
color: var(--myPrimaryColor);
border-bottom: var(--myPrimaryColor) .2rem solid;
}

/* hidding content by default */
Expand Down

0 comments on commit ba93943

Please sign in to comment.