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
+2 -2
View File
@@ -39,9 +39,9 @@
background: var(--tertiary);
width: 42px;
height: 42px;
padding: 12px;
padding: 10px;
border-radius: 64px;
transition: visibility 0.5s, opacity 0.8s linear;
transition: visibility .3s, opacity .3s cubic-bezier(0.4, 0, 1, 1);
}
.top-link,