From 720e61a0eef985f64ef2e75852bc6c60f202cccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20=C3=8Arades=20Vilarinho=20Silva?= <108373134+Gustavo-erades@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:12:54 -0300 Subject: [PATCH] updates --- css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index c78412c..7d376fa 100644 --- a/css/style.css +++ b/css/style.css @@ -487,7 +487,7 @@ section#especial{ font-family:"folks bold fino"; } section.caixa-conteudo{ - background-color: rgb(251,170,0); + background: rgb(255, 170, 0); padding-top: 16px; padding-bottom: 8px; color: rgb(153, 24, 15); @@ -578,9 +578,6 @@ section#contato{ color: rgb(43, 3, 0); font-family: "folks bold fino"; } -section.caixa-conteudo{ - background: rgb(255, 170, 0); -} section#QuemSomos-titulo h4{ color: rgb(255, 227,160); }