diff --git a/css/custom.css b/css/custom.css index 9ff8480e..0911d209 100644 --- a/css/custom.css +++ b/css/custom.css @@ -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%); }