From 2f6361927100cbd0c95e6cb3f6751591d5f2ecb5 Mon Sep 17 00:00:00 2001 From: Ajay kumar Date: Sat, 26 Oct 2024 19:16:38 +0530 Subject: [PATCH] change layout color into blue --- css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 0cb9ef3..bd2f5f2 100644 --- a/css/style.css +++ b/css/style.css @@ -70,7 +70,7 @@ button:hover { } .logo__color { - color: #9a2ca0; + color: #24A9F6; } .nav-item{ @@ -102,7 +102,7 @@ a { } .section__button__colored { - background-color: #9a2ca0; + background-color: #24A9F6; font-weight: 500; font-size: 35px; line-height: 32px; @@ -117,10 +117,10 @@ a { .section__button__colored:hover { - color:#9a2ca0 !important; + color: #24A9F6 !important; background-color: white; background: transparent; - border: 1px solid #9a2ca0; + border: 1px solid #24A9F6; transition: all 1s ease; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; } @@ -172,7 +172,7 @@ a { font-weight: bold; font-size: 25px; line-height: 37px; - color: #9a2ca0; + color: #24A9F6; margin: 0 32px; }