File tree 4 files changed +62
-33
lines changed
4 files changed +62
-33
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ footer {
29
29
text-align : center ;
30
30
a {
31
31
color : $color-fg-secondary ;
32
+
33
+ & :hover {
34
+ text-decoration : underline ;
35
+ }
32
36
}
33
37
34
38
@media screen and (max-width : $break-large ) {
Original file line number Diff line number Diff line change @@ -69,5 +69,35 @@ main {
69
69
}
70
70
}
71
71
}
72
-
72
+
73
+ @media (min-width : $break-extra-large ) {
74
+ #sponsor #section-tiers .tier-cards {
75
+ flex-direction : row ;
76
+ .tier-card {
77
+ .tier-card-header {
78
+ h1 {
79
+ font-size : 1.0rem ;
80
+ margin-bottom : 0.65rem ;
81
+ }
82
+ small {
83
+ font-size : 0.75rem ;
84
+ }
85
+ .tier-card-content {
86
+ p {
87
+ font-size : 1.35rem ;
88
+ }
89
+ li {
90
+ font-size : 0.85rem ;
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
96
+ #sponsor #section-contribution .contribution {
97
+ .donation-options {
98
+ flex-direction : row ;
99
+ gap : 10px ;
100
+ }
101
+ }
102
+ }
73
103
}
Original file line number Diff line number Diff line change 123
123
}
124
124
}
125
125
}
126
- @media (min-width : 1280px ) {
127
- .tier-cards {
128
- flex-direction : row ;
129
- .tier-card {
130
- .tier-card-header {
131
- h1 {
132
- font-size : 1.0rem ;
133
- margin-bottom : 0.65rem ;
134
- }
135
- small {
136
- font-size : 0.75rem ;
137
- }
138
- }
139
- .tier-card-content {
140
- p {
141
- font-size : 1.35rem ;
142
- }
143
- li {
144
- font-size : 0.85rem ;
145
- }
146
- }
147
- }
148
- }
149
- }
126
+
150
127
}
151
128
152
129
.common-hr {
246
223
opacity : 1 ;
247
224
margin-bottom : 20px ;
248
225
}
249
- }
250
-
251
- @media (min-width : 1280px ) {
252
- .contribution {
253
- .donation-options {
254
- flex-direction : row ;
255
- gap : 10px ;
226
+
227
+ .sponsor-note {
228
+ margin-top : 20px ;
229
+ padding : 10px ;
230
+ background-color : $color-bg ; /* Light background to stand out */
231
+ border-left : 4px solid #ffcc00 ; /* Accent border to draw attention */
232
+ font-size : 0.9rem ; /* Slightly smaller than body text */
233
+ color : #ccc ; /* Darker text for readability */
234
+ line-height : 1.6 ;
235
+
236
+ strong {
237
+ color : #f7931a ; /* Highlight the word "Note" in a bolder color */
238
+ }
239
+
240
+ a {
241
+ color : $color-fg-secondary ;
242
+
243
+ & :hover {
244
+ text-decoration : underline ;
245
+ }
256
246
}
257
247
}
258
248
}
259
249
}
260
-
261
250
}
Original file line number Diff line number Diff line change @@ -152,6 +152,9 @@ <h2 class="contribution-title">
152
152
< i class ="fa fa-github "> </ i > Sponsor on GitHub
153
153
</ a >
154
154
</ div >
155
+ < p class ="sponsor-note ">
156
+ < strong > Note:</ strong > The current sponsorship link directs to my brother, < a href ="https://github.com/Chemaclass " target ="_blank "> Jose María Valera Reales (Chemaclass)</ a > . You will be supporting his amazing work until I set up my own sponsorship pages.
157
+ </ p >
155
158
</ div >
156
159
157
160
<!-- One-Time Contribution Section -->
@@ -191,6 +194,9 @@ <h2 class="contribution-title">
191
194
< i class ="fa-solid fa-bolt "> </ i > Lightning
192
195
</ a >
193
196
</ div >
197
+ < p class ="sponsor-note ">
198
+ < strong > Note:</ strong > The current sponsorship links direct to my brother, < a href ="https://github.com/Chemaclass " target ="_blank "> Jose María Valera Reales (Chemaclass)</ a > . You will be supporting his amazing work until I set up my own sponsorship pages.
199
+ </ p >
194
200
</ div >
195
201
</ section >
196
202
</ div >
You can’t perform that action at this time.
0 commit comments