From 6c989b7ea2671b1d7329264d587680d9e9bc6367 Mon Sep 17 00:00:00 2001 From: jonatasneres Date: Wed, 2 Oct 2024 17:24:02 -0300 Subject: [PATCH] feature add - color button adicionar carrinho --- css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index b251433..1ce6022 100644 --- a/css/style.css +++ b/css/style.css @@ -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%); }