Skip to content

Commit

Permalink
style: improve style for social media share button component
Browse files Browse the repository at this point in the history
  • Loading branch information
adithwip committed Jun 23, 2022
1 parent b38bb3a commit e246df1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
}

.instagram {
@apply border-fuchsia-800 bg-fuchsia-800 text-white;
@apply md:bg-fuchsia-100 md:text-fuchsia-800;
@apply hover:bg-fuchsia-200 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:ring-offset-fuchsia-100;
@apply border-rose-500 bg-rose-500 text-white;
@apply md:bg-rose-100 md:text-rose-800;
@apply hover:bg-rose-200 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:ring-offset-fuchsia-100;
}

.facebook {
Expand Down

1 comment on commit e246df1

@vercel
Copy link

@vercel vercel bot commented on e246df1 Jun 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

momotrik – ./

momotrik-adith.vercel.app
momotrik-git-main-adith.vercel.app
momotrik.com
momotrik.vercel.app

Please sign in to comment.