File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,14 +278,14 @@ function FooterTop() {
278
278
< div className = "flex items-center mx-auto mt-4 gap-5" >
279
279
< button
280
280
type = "button"
281
- className = "bg-green-dark text-white rounded border border-green-dark px-3 py-2 transition-colors duration-300 ease-in-out hover:bg-transparent hover:text-green-dark"
281
+ className = "bg-green-dark text-white text-sm font-light rounded border border-green-dark px-3 py-2 transition-colors duration-300 ease-in-out hover:bg-transparent hover:text-green-dark"
282
282
>
283
283
Explore Resources
284
284
</ button >
285
285
286
286
< button
287
287
type = "button"
288
- className = "bg-transparent text-white rounded border px-3 py-2 transition-colors duration-300 ease-in-out hover:bg-green-dark hover:text-white"
288
+ className = "bg-transparent text-white text-sm font-light rounded border px-3 py-2 transition-colors duration-300 ease-in-out hover:bg-green-dark hover:text-white"
289
289
>
290
290
Become a contributor
291
291
</ button >
You can’t perform that action at this time.
0 commit comments