chore: remove arrow from 'Become a sponsor' link and its CSS rules

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-04-19 22:43:19 +08:00
parent 257b69a932
commit f3c8377bd4
2 changed files with 0 additions and 9 deletions
-8
View File
@@ -438,14 +438,6 @@ kbd {
border-bottom-color: var(--accent);
}
.sponsor-become-arrow {
transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}
.sponsor-become:hover .sponsor-become-arrow {
transform: translateX(0.3rem);
}
.sponsor-list {
list-style: none;
padding: 0;