Skip to content

Commit

Permalink
Merge pull request #556 from AmanSingh81757/main
Browse files Browse the repository at this point in the history
Update style.css
  • Loading branch information
tombruijn committed Oct 30, 2023
2 parents c4cc15d + f28ba49 commit cec189f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ nav a:hover {
font-weight: bold;
}
.go-to-top-arrow {
display: block;
display: none;
position: fixed;
bottom: 20px;
right: 30px;
Expand All @@ -543,13 +543,13 @@ nav a:hover {
cursor: pointer;
padding: 14px;
border-radius: 30px;
opacity: 0;
transition: all .4s;
}
.go-to-top-arrow:hover {
background-color: #555;
}
.go-to-top-arrow.active{
display: block;
opacity: 99;
}
.arrow{
Expand Down

0 comments on commit cec189f

Please sign in to comment.