Skip to content

Commit

Permalink
Merge pull request #3176 from Subhajit-2023-44/1
Browse files Browse the repository at this point in the history
Improve text color done ! #3175
  • Loading branch information
sampadatiwari30 authored Nov 10, 2024
2 parents a4b7d6d + 780642a commit e5eeb1b
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,15 @@ ol {
list-style-type: none;
}

p {
/*p {
font-size: 18px;
font-weight: 400;
line-height: 26px;
color: #ffffff;
margin: 0px;
}
}*/

.bg_cover {
background-position: center center;
Expand Down Expand Up @@ -314,6 +314,16 @@ p {
text-decoration: none;
}

p {

font-size: 18px;
font-weight: 400;
line-height: 26px;
color: #0029ff;
margin: 0px;

}

.main-btn:hover {
color: rgb(255, 255, 255);
background-position: right center;
Expand Down Expand Up @@ -1899,6 +1909,12 @@ p {
bottom: 25px;
}

.single-team .team-content .holder-name a {
font-size: 20px;
font-weight: 700;
color: #635adc;
}

.single-team .team-image .social ul {
background-color: rgba(255, 255, 255, 0.23);
display: inline-block;
Expand Down Expand Up @@ -1942,11 +1958,11 @@ p {
padding: 30px;
}

.single-team .team-content .holder-name a {
/*.single-team .team-content .holder-name a {
font-size: 20px;
font-weight: 700;
color: #2e2e2e;
}
}*/

.single-team .team-content .text {
margin-top: 5px;
Expand Down

0 comments on commit e5eeb1b

Please sign in to comment.