Skip to content

Commit

Permalink
Merge pull request Eduhub-Community#307 from 1Shubham7/main
Browse files Browse the repository at this point in the history
corrected the color scheme and added link + corrected button.
  • Loading branch information
SahityaRoy authored Jun 7, 2023
2 parents 012415f + df27838 commit 8417bf8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1039,13 +1039,13 @@ section {
font-weight: 700;
margin-bottom: 2px;
font-size: 18px;
/* color: #fff;*/
color: rgba(255, 255, 255, 0.7);
}
.team .member .member-info-content span {
font-style: italic;
display: block;
font-size: 13px;
/* color: #fff;*/
color: rgba(255, 255, 255, 0.7);
}
.team .member .social {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ <h4>Harsh</h4>
</div> -->
<div class="view-team">
<button class="button-register view-team">
<a class="btn-work" href="./team.html" style="color:#fff;"> > </a>
<a class="btn-work" href="team.html" style="color:#fff;">Team members</a>
<!-- <img src="/assets/img/team.png" height="25px" width="25px"> -->
</button>
</div>
Expand Down
13 changes: 9 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1063,13 +1063,14 @@ section {
font-weight: 700;
margin-bottom: 2px;
font-size: 18px;
color: #fff;
/* color: #fff;*/
}
.team .member .member-info-content span {
font-style: italic;
display: block;
font-size: 13px;
/* color: #fff;*/
color: #fff;
}
.team .member .social {
position: absolute;
Expand All @@ -1078,11 +1079,11 @@ section {
right: 0;
height: 48px;
transition: bottom ease-in-out 0.4s;
text-align: center;
text-align: center;z
}
.team .member .social a {
transition: color 0.3s;
color: rgba(255, 255, 255, 0.7);
/* transition: color 0.3s; */
/* color: rgba(255, 255, 255, 0.7); */
margin: 0 10px;
display: inline-block;
}
Expand Down Expand Up @@ -1113,6 +1114,10 @@ section {
transition: bottom ease-in-out 0.4s;
}

.team .member:hover .member-info-content h4{
color: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
Expand Down

0 comments on commit 8417bf8

Please sign in to comment.