theme blue updated

This commit is contained in:
Selvi 2025-07-18 21:01:18 +05:30
parent 1522f0d40c
commit 8079d03bed
5 changed files with 6 additions and 6 deletions

View File

@ -56,7 +56,7 @@ export default function Team() {
{member.name}
</Link>
</h5>
<p>{member.role}</p>
{/* <p>{member.role}</p> */}
<a href="team-details" className="icon">
<i className="fa-solid fa-link" />
</a>

View File

@ -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;

View File

@ -64,7 +64,7 @@
.progress {
position: relative;
height: 10px;
background-color: $bg-color;
background-color: #0b2273;
border-radius: 0;
overflow: visible;
margin-top: 15px;

View File

@ -5,7 +5,7 @@
&::before {
@include before;
z-index: -1;
background-color: $header-color;
background-color: #0b2273;
opacity: 0.95;
}
}

View File

@ -154,7 +154,7 @@
}
.team-content {
background-color: $header-color;
background-color: #0b2273;
padding: 12px 30px;
line-height: 1;
position: relative;