Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
happylinze authored Jun 2, 2024
1 parent ca3a295 commit 08675ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ layout: default
position: fixed;
bottom: 30px;
right: 30px;
background-color: #007bff;
color: white;
background-color: rgba(240, 240, 240, 0.8);
color: #333;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
z-index: 1000;
}
#back-to-top:hover {
background-color: #0056b3;
background-color: rgba(240, 240, 240, 0.8);
}
</style>

Expand Down

0 comments on commit 08675ca

Please sign in to comment.