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 committed Oct 22, 2024
1 parent 759e057 commit 4aa5b79
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 4aa5b79

Please sign in to comment.