Skip to content

Commit

Permalink
feature add - color button adicionar carrinho
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatasneres committed Oct 2, 2024
1 parent cfc6d65 commit 6c989b7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,17 @@ article{
color: #2e245e;
}
.adiciona-carrinho{
background: transparent;
background: #2e245e;
color: white;
border: none;
padding: 6px;
cursor: pointer;
text-align: left;
font-size: 15px;
font-weight: 200;
}

.adiciona-carrinho:hover{
filter: brightness(110%);
}


Expand Down

0 comments on commit 6c989b7

Please sign in to comment.