Skip to content

Commit

Permalink
Change opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
kubgus committed Dec 8, 2023
1 parent 89095d0 commit c3c8c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/social-link.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit c3c8c85

Please sign in to comment.