Update footer styles for improved scroll-to-top button

- Adjust top-link padding and transition effects
- Replace SVG icon with a more detailed chevron design
This commit is contained in:
Aditya Telange
2026-04-11 14:10:28 +05:30
parent adc2d0af81
commit c17406565e
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -24,8 +24,10 @@
{{- if (not site.Params.disableScrollToTop) }}
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
<polyline points="17 11 12 6 7 11"></polyline>
<polyline points="17 18 12 13 7 18"></polyline>
</svg>
</a>
{{- end }}