From 1879a1fc8462478f349e37733c10ab38186eec9a Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 8 Aug 2025 21:58:36 +0530 Subject: [PATCH] theme color updated --- styles/sass/base/_base.scss | 3 ++- styles/sass/components/_buttons.scss | 4 ++-- styles/sass/helpers/_variables.scss | 5 +++-- styles/sass/layout/_footer.scss | 5 +++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/styles/sass/base/_base.scss b/styles/sass/base/_base.scss index 86fd4a2..d409e9d 100644 --- a/styles/sass/base/_base.scss +++ b/styles/sass/base/_base.scss @@ -281,7 +281,8 @@ ul.smothscroll { z-index: 99; } ul.smothscroll a { - background-color: rgba(255, 74, 23, 0.7); + // background-color: rgba(255, 74, 23, 0.7); + background-color: rgba(193, 32, 38, 1); width: 45px; height: 45px; line-height: 45px; diff --git a/styles/sass/components/_buttons.scss b/styles/sass/components/_buttons.scss index de0ea27..9c382a4 100644 --- a/styles/sass/components/_buttons.scss +++ b/styles/sass/components/_buttons.scss @@ -9,7 +9,7 @@ z-index: 1; position: relative; font-size: 18px; - background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%); + background: linear-gradient(90deg, #E14448 11.32%, #C12026 95.28%); font-family: $heading-font; border-radius: 0px; @@ -22,7 +22,7 @@ width: 100%; height: 100%; transition: opacity 0.5s ease-out; - background: linear-gradient(90deg, #EC180C 11.32%, #ED6B37 95.28%); + background: linear-gradient(90deg, #C12026 11.32%, #E14448 95.28%); opacity: 0; z-index: -1; border-radius: 5px; diff --git a/styles/sass/helpers/_variables.scss b/styles/sass/helpers/_variables.scss index 689c727..2839a6a 100644 --- a/styles/sass/helpers/_variables.scss +++ b/styles/sass/helpers/_variables.scss @@ -54,9 +54,10 @@ $black: #000; $small-black: #333; $cyan: #848892; // -$theme-primary-color: #ED6B37; // +$theme-primary-color: #c12026; // $theme-primary-color-s2: #EC180C; // -$theme-primary-color-gradient:linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%); // +// $theme-primary-color-gradient:linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%); // +$theme-primary-color-gradient:linear-gradient(90deg, #E14448 11.32%, #C12026 95.28%); // $body-bg-color: #fff; $section-bg-color: #F9F9F9; // $section-bg-color-s2: #F8F2F2; // diff --git a/styles/sass/layout/_footer.scss b/styles/sass/layout/_footer.scss index 9ddef20..e4ff4a5 100644 --- a/styles/sass/layout/_footer.scss +++ b/styles/sass/layout/_footer.scss @@ -2,7 +2,8 @@ 4. wpo-footer --------------------------------------------------------------*/ .wpo-site-footer { - background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%); + // background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%); + background-color: #1b2646; background-size: cover; position: relative; font-size: 16px; @@ -15,7 +16,7 @@ top: 0; width: 960px; height: 100%; - background: #23242F; + // background: #23242F; content: ""; clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%); z-index: -1;