Skip to content

Commit

Permalink
refactor: Update social icons color and border in Socials.astro
Browse files Browse the repository at this point in the history
The color and border properties of the social icons in the Socials.astro file have been updated. The color has been changed to #424242c5 and the border color has been changed to #424242c5. This change improves the visual consistency and styling of the social icons.
  • Loading branch information
amonsalv committed Aug 23, 2024
1 parent 72ef309 commit 3f488dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/Socials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ const SOCIAL_ICONS: Record<string, string> = {
}

.container a {
color: white;
color: #424242c5;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid white;
border: 1px solid #424242c5;
padding: 4px;
height: 50px;
width: 50px;
Expand Down

0 comments on commit 3f488dc

Please sign in to comment.