From 07a599a95021363a02ed7c79b7da2a3760e80bd1 Mon Sep 17 00:00:00 2001 From: Nicobecs <38060079+Nicobecs@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:54:48 -0400 Subject: [PATCH] Cambio del color base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Se realizó un cambio del color base a rosado --- assets/css/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index e359ebb8..7ca57af0 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -45,7 +45,7 @@ p { /* Button */ .button_di-buffala { - background-color: #325DFF; + background-color: #ff32cc; border-radius: 30px; padding: 2rem 6rem; color: #fff; @@ -55,13 +55,13 @@ p { .button_di-buffala:hover { background-color: hsla(227, 100%, 60%, .1); - color: #325DFF; + color: #ff32cc; } /* Navbar */ .navbar_di-buffala { - background-color: #325DFF; + background-color: #ff32cc; color: hsla(0, 100%, 100%, 0.52); } .icon-bar { @@ -197,7 +197,7 @@ p { } .features__inner-icon { - background-color: #325DFF; + background-color: #ff32cc; border-radius: 50%; width: 100px; height: 100px; @@ -378,7 +378,7 @@ p { .footer_di-buffala { - background-color: #325DFF; + background-color: #ff32cc; padding: 5vw 1rem; text-align: center; } @@ -387,3 +387,4 @@ p { color: #fff; font-size: 1em; } +