Skip to content

Commit

Permalink
Use fontawesome chevron up for backtotop button
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Aug 27, 2023
1 parent 124ff57 commit bbe0d86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,12 @@ pre.highlight {
}

#backtotop-button a:after {
font-family: "Font Awesome 5 Free";
outline: none;
content: "🡑";
font-weight: 600; content: "\f077";
position: relative;
display: block;
top: 55%;
top: 50%;
transform: translate(0,-55%);
}

Expand Down

0 comments on commit bbe0d86

Please sign in to comment.