Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
davifelipef authored Sep 5, 2023
1 parent 97b9320 commit 67c2005
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
-webkit-user-select: none;
touch-action: manipulation;
}
.menu {
filter: grayscale(100%);
}
.foodList, .listContainer {
width: 10em;
}
Expand All @@ -114,13 +117,15 @@
padding: 1em 0.5em;
}
#addButton {
transition: 0.8s ease;
background-color: #e5ff00af;
color: black;
padding: 0.5em 0.5em;
border-radius: 0.8em;
font-style: normal;
}
#addButton:hover {
transition: 0.8s ease;
background-color: #FEE715;
}
p {
Expand Down

0 comments on commit 67c2005

Please sign in to comment.