From 8079d03bed001af8fb5ce201e8df55fb829f9c6b Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 18 Jul 2025 21:01:18 +0530 Subject: [PATCH] theme blue updated --- components/about/Team.jsx | 2 +- public/assets/scss/_buttons.scss | 4 ++-- public/assets/scss/_feature.scss | 2 +- public/assets/scss/_footer.scss | 2 +- public/assets/scss/_team.scss | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/about/Team.jsx b/components/about/Team.jsx index 7f87f83..3a7ebf7 100644 --- a/components/about/Team.jsx +++ b/components/about/Team.jsx @@ -56,7 +56,7 @@ export default function Team() { {member.name} -

{member.role}

+ {/*

{member.role}

*/} diff --git a/public/assets/scss/_buttons.scss b/public/assets/scss/_buttons.scss index 207d2a8..163fde1 100644 --- a/public/assets/scss/_buttons.scss +++ b/public/assets/scss/_buttons.scss @@ -16,7 +16,7 @@ &::before { content: ""; - background-color: $header-color; + background-color: #0b2273; width: 0; height: 50%; position: absolute; @@ -29,7 +29,7 @@ &::after { content: ""; - background-color: $header-color; + background-color: #0b2273; width: 0; height: 50%; position: absolute; diff --git a/public/assets/scss/_feature.scss b/public/assets/scss/_feature.scss index 828d386..a2f63a6 100644 --- a/public/assets/scss/_feature.scss +++ b/public/assets/scss/_feature.scss @@ -64,7 +64,7 @@ .progress { position: relative; height: 10px; - background-color: $bg-color; + background-color: #0b2273; border-radius: 0; overflow: visible; margin-top: 15px; diff --git a/public/assets/scss/_footer.scss b/public/assets/scss/_footer.scss index bb55ab7..df48c78 100644 --- a/public/assets/scss/_footer.scss +++ b/public/assets/scss/_footer.scss @@ -5,7 +5,7 @@ &::before { @include before; z-index: -1; - background-color: $header-color; + background-color: #0b2273; opacity: 0.95; } } diff --git a/public/assets/scss/_team.scss b/public/assets/scss/_team.scss index b86fa11..624d833 100644 --- a/public/assets/scss/_team.scss +++ b/public/assets/scss/_team.scss @@ -154,7 +154,7 @@ } .team-content { - background-color: $header-color; + background-color: #0b2273; padding: 12px 30px; line-height: 1; position: relative;