diff --git a/src/components/social-link.astro b/src/components/social-link.astro index 22b8360..5eb5607 100644 --- a/src/components/social-link.astro +++ b/src/components/social-link.astro @@ -11,7 +11,7 @@ const { href, title } = Astro.props; text-align: center; border-radius: 0.5rem; transition: all 0.1s ease-in-out; - background-color: rgba(255, 255, 255, .09); + background-color: rgba(255, 255, 255, .11); backdrop-filter: blur(2px); }