File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ const { smallPadding } = Astro.props;
52
52
))
53
53
}
54
54
</section >
55
- <section class =" not-content sponsor-link -container" >
56
- <a class =" sponsor-link " href =" https://github.com/sponsors/johnsoncodehk" >💙 Sponsor Volar 💙</a >
55
+ <section class =" not-content cta-github -container" >
56
+ <a class =" cta-github " href =" https://github.com/sponsors/johnsoncodehk" >💙 Sponsor Volar 💙</a >
57
57
</section >
58
58
59
59
<style >
@@ -109,16 +109,16 @@ const { smallPadding } = Astro.props;
109
109
clip-path: inset(50%);
110
110
overflow: hidden;
111
111
}
112
- .sponsor-link -container {
112
+ .cta-github -container {
113
113
text-align: center;
114
114
}
115
- .sponsor-link {
115
+ .cta-github {
116
116
font-size: 1.25rem;
117
117
text-decoration: none;
118
118
color: var(--sl-color-text-accent);
119
119
display: inline !important;
120
120
}
121
- .sponsor-link :hover {
121
+ .cta-github :hover {
122
122
color: var(--sl-color-accent);
123
123
}
124
124
</style >
You can’t perform that action at this time.
0 commit comments