mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user