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); 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 { .sponsor-list {
list-style: none; list-style: none;
padding: 0; padding: 0;
-1
View File
@@ -77,7 +77,6 @@
rel="noopener" rel="noopener"
> >
Become a sponsor Become a sponsor
<span class="sponsor-become-arrow" aria-hidden="true">&rarr;</span>
</a> </a>
</header> </header>
<ul class="sponsor-list"> <ul class="sponsor-list">