Skip to content

Commit

Permalink
Make back-to-top react to hover with color change
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 18, 2022
1 parent 8a6b51c commit 4c33362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/furo/theme/furo/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<div class="main">
<div class="content">
<div class="article-container">
<a href="#" class="back-to-top">
<a href="#" class="back-to-top muted-link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
</svg>
Expand Down

0 comments on commit 4c33362

Please sign in to comment.