Skip to content

Commit

Permalink
Updated Scroll-to-top button
Browse files Browse the repository at this point in the history
  • Loading branch information
ravixalgorithm authored and fineanmol committed Oct 24, 2024
1 parent 6b72bb8 commit 969d777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/contributors.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ body {
transition: 0.5s;
}
.light #back-to-top-btn {
color: #7c7575;
background-color: rgba(255, 255, 255, 0.1);
color: rgb(242, 244, 251);
background-color: #d43370;
}
.container {
position: relative;
Expand Down

0 comments on commit 969d777

Please sign in to comment.