Skip to content

Commit

Permalink
Merge pull request #1265 from dnyandeepchute/hov
Browse files Browse the repository at this point in the history
done #1184
  • Loading branch information
jfmartinz authored Jun 21, 2024
2 parents 36f71d5 + f2b64ee commit 6bc2d23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 35 deletions.
10 changes: 5 additions & 5 deletions new-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,11 @@ <h2 class="footer-title">ResourceHub</h2>
</div>
<div class="footer-right">
<ul class="footer-links">
<li><a href="https://github.com/jfmartinz/ResourceHub" target="_blank">View on GitHub</a></li>
<li><a href="https://github.com/jfmartinz/ResourceHub/stargazers" target="_blank">Star on GitHub</a></li>
<li><a href="https://github.com/jfmartinz/ResourceHub/blob/main/CONTRIBUTING.md" target="_blank">How to Contribute</a></li>
<li><a href="https://github.com/jfmartinz/ResourceHub/edit/main/README.md" target="_blank">Edit on GitHub</a></li>
<li><a href="feedback.html">Feedback</a></li>
<li><a href="https://github.com/jfmartinz/ResourceHub" target="_blank" class="hov">View on GitHub</a></li>
<li><a href="https://github.com/jfmartinz/ResourceHub/stargazers" target="_blank" class="hov">Star on GitHub</a></li>
<li><a href="https://github.com/jfmartinz/ResourceHub/blob/main/CONTRIBUTING.md" target="_blank" class="hov">How to Contribute</a></li>
<li><a href="https://github.com/jfmartinz/ResourceHub/edit/main/README.md" target="_blank" class="hov">Edit on GitHub</a></li>
<li><a href="feedback.html" class="hov">Feedback</a></li>
</ul>
</div>
</div>
Expand Down
32 changes: 2 additions & 30 deletions new-website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1325,35 +1325,7 @@ body{
color: black;
font-weight: bold;
}
/* Back-to-top */
footer {
position: relative;
padding: 50px 0;
}

#back-to-top-container {
position: fixed;
bottom: 30px;
right: 30px;
cursor: pointer;
z-index: 1000;
}

.circle1 {
background-color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s;
}

#back-to-top {
width: 40px;
height: 40px;
fill: currentColor;
transition: fill 0.3s;
}
#back-to-top:hover{
fill: rgba(58, 55, 55);
.hov:hover{
color: rgba(58, 113, 224, 0.755);
}

0 comments on commit 6bc2d23

Please sign in to comment.