Commit e0f8b3c 1 parent bc73fbb commit e0f8b3c Copy full SHA for e0f8b3c
File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { Icon } from "astro-icon/components";
13
13
<div
14
14
class =" bg-gradient-to-br from-teal-500 to-blue-600 dark:from-teal-600 dark:to-blue-700 text-white rounded-xl shadow-lg overflow-hidden transform transition-transform hover:scale-[1.02] duration-300"
15
15
>
16
- <div class =" p-6 backdrop-blur-sm bg-black/5 dark:bg-black/20" >
16
+ <div class =" p-6 bg-black/5 dark:bg-black/20" >
17
17
<h2 class =" text-xl font-bold mb-4 text-center" >Let's connect</h2 >
18
18
<div class =" flex flex-wrap justify-center gap-3" >
19
19
<Social
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const socialPlatforms = {
50
50
51
51
<a
52
52
href ={ socialPlatforms [platform ].url }
53
- class ={ ` inline-flex items-center gap-2 px-4 py-2 rounded-lg text-sm font-medium backdrop-blur-sm border border-white/10 ${socialPlatforms [platform ].color } transition-all duration-300 hover:scale-105 hover:-translate-y-0.5 focus:outline-none focus-visible:ring-2 focus-visible:ring-teal-500 focus-visible:ring-offset-2 focus-visible:ring-offset-transparent shadow-sm hover:shadow-md active:scale-95 ` }
53
+ class ={ ` inline-flex items-center gap-2 px-4 py-2 rounded-lg text-sm font-medium border border-white/10 ${socialPlatforms [platform ].color } transition-all duration-300 hover:scale-105 hover:-translate-y-0.5 focus:outline-none focus-visible:ring-2 focus-visible:ring-teal-500 focus-visible:ring-offset-2 focus-visible:ring-offset-transparent shadow-sm hover:shadow-md active:scale-95 ` }
54
54
target =" _blank"
55
55
rel =" noopener noreferrer"
56
56
aria-label ={ ` Follow me on ${socialPlatforms [platform ].title } ` }
Original file line number Diff line number Diff line change @@ -292,9 +292,3 @@ a:hover {
292
292
display : none;
293
293
}
294
294
}
295
-
296
- /* Utility Classes */
297
- .blur-backdrop {
298
- backdrop-filter : blur (8px );
299
- -webkit-backdrop-filter : blur (8px );
300
- }
You can’t perform that action at this time.
0 commit comments